Skip to content

Commit

Permalink
Bump spring.version from 6.0.13 to 6.1.2 in /full (closes #732)
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 6.0.13 to 6.1.2.

Updates `org.springframework:spring-core` from 6.0.13 to 6.1.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.13...v6.1.2)

Updates `org.springframework:spring-web` from 6.0.13 to 6.1.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.13...v6.1.2)

Updates `org.springframework:spring-orm` from 6.0.13 to 6.1.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.13...v6.1.2)

Updates `org.springframework:spring-context` from 6.0.13 to 6.1.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.13...v6.1.2)

Updates `org.springframework:spring-context-support` from 6.0.13 to 6.1.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.13...v6.1.2)

Updates `org.springframework:spring-test` from 6.0.13 to 6.1.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.13...v6.1.2)

Updates `org.springframework:spring-aop` from 6.0.13 to 6.1.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.13...v6.1.2)

Updates `org.springframework:spring-aspects` from 6.0.13 to 6.1.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.13...v6.1.2)

Change-Id: Ibad729303f6bda9b9ea953567d4d0d8a1c91a41d

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-context-support
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-aop
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Change-Id: Ifd6b13da3b856d050fa6ddb25be297be422f76bc
  • Loading branch information
dependabot[bot] authored and margaretha committed Dec 22, 2023
1 parent 23b7f5d commit 9c68a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<jersey.version>3.1.5</jersey.version>
<hibernate.ehcache.version>6.0.0.Alpha7</hibernate.ehcache.version>
<hibernate.version>6.1.7.Final</hibernate.version>
<spring.version>6.0.13</spring.version>
<spring.version>6.1.2</spring.version>
<!-- spring6.version is used in jersey and defined here
to make sure that jersey uses the correct spring version-->
<spring6.version>${spring.version}</spring6.version>
Expand Down

0 comments on commit 9c68a32

Please sign in to comment.