Skip to content

Commit

Permalink
chore(deps): bump spring5.version from 5.3.31 to 6.2.0
Browse files Browse the repository at this point in the history
Bumps `spring5.version` from 5.3.31 to 6.2.0.

Updates `org.springframework:spring-webmvc` from 5.3.31 to 6.2.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.31...v6.2.0)

Updates `org.springframework:spring-context` from 6.1.1 to 6.2.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.1...v6.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent d5426bf commit 2f9bd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junit-servers-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<properties>
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
<spring5.version>5.3.31</spring5.version>
<spring6.version>6.1.1</spring6.version>
<spring6.version>6.2.0</spring6.version>
<jakarta.servlet-api.version>6.1.0</jakarta.servlet-api.version>
</properties>

Expand Down

0 comments on commit 2f9bd52

Please sign in to comment.