Skip to content

Commit

Permalink
Bump version.springframework from 5.3.39 to 6.2.1
Browse files Browse the repository at this point in the history
Bumps `version.springframework` from 5.3.39 to 6.2.1.

Updates `org.springframework:spring-context` from 5.3.39 to 6.2.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.39...v6.2.1)

Updates `org.springframework:spring-jdbc` from 5.3.39 to 6.2.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.39...v6.2.1)

Updates `org.springframework:spring-tx` from 5.3.39 to 6.2.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.39...v6.2.1)

Updates `org.springframework:spring-web` from 5.3.39 to 6.2.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.39...v6.2.1)

Updates `org.springframework:spring-webmvc` from 5.3.39 to 6.2.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.39...v6.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent a214551 commit 1ed0758
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 @@ -1247,7 +1247,7 @@
<version.spotbugs.maven>4.8.6.6</version.spotbugs.maven>
<version.spotbugs>4.8.6</version.spotbugs>
<!-- Spring 6.x requires Java 17 -->
<version.springframework>5.3.39</version.springframework>
<version.springframework>6.2.1</version.springframework>
<!-- Tomcat 10 moves from Java EE to Jakarta EE, moving packages javax.* to jakarta.* - code changes likely required to address this change. -->
<tomcat.major.version>9</tomcat.major.version>
<version.tomcat>9.0.97</version.tomcat>
Expand Down

0 comments on commit 1ed0758

Please sign in to comment.