Skip to content

Commit

Permalink
build(deps): bump spring.version from 5.3.27 to 5.3.28
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 5.3.27 to 5.3.28.

Updates `spring-context` from 5.3.27 to 5.3.28
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.27...v5.3.28)

Updates `spring-web` from 5.3.27 to 5.3.28
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.27...v5.3.28)

Updates `spring-jdbc` from 5.3.27 to 5.3.28
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.27...v5.3.28)

Updates `spring-orm` from 5.3.27 to 5.3.28
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.27...v5.3.28)

Updates `spring-webmvc` from 5.3.27 to 5.3.28
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.27...v5.3.28)

Updates `spring-test` from 5.3.27 to 5.3.28
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.27...v5.3.28)

---
updated-dependencies:
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 15, 2023
1 parent c120e68 commit 30977ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<slf4j.version>1.7.33</slf4j.version>
<logback.version>1.2.10</logback.version>
<log4j.version>2.20.0</log4j.version>
<spring.version>5.3.27</spring.version>
<spring.version>5.3.28</spring.version>
<spring-boot.version>2.7.12</spring-boot.version>
<guice.version>4.2.3</guice.version>
<jaxrs.api.version>2.1.6</jaxrs.api.version>
Expand Down

0 comments on commit 30977ca

Please sign in to comment.