Skip to content

Commit

Permalink
Bump spring.version from 5.3.27 to 6.2.2
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 5.3.27 to 6.2.2.

Updates `org.springframework:spring-beans` from 5.3.27 to 6.2.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.27...v6.2.2)

Updates `org.springframework:spring-core` from 5.3.27 to 6.2.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.27...v6.2.2)

Updates `org.springframework:spring-context` from 5.3.27 to 6.2.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.27...v6.2.2)

Updates `org.springframework:spring-jms` from 5.3.27 to 6.2.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.27...v6.2.2)

---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-core
  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-major
- dependency-name: org.springframework:spring-jms
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent f79bc9d commit 7fcf013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/storm-jms-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<artifactId>storm-jms-examples</artifactId>

<properties>
<spring.version>5.3.27</spring.version>
<spring.version>6.2.2</spring.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 7fcf013

Please sign in to comment.