Skip to content

Commit

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

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

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

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

---
updated-dependencies:
- dependency-name: org.springframework:spring-tx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-jdbc
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent f4e8313 commit 4755cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transactionoutbox-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<spring.boot.version>3.1.4</spring.boot.version>
<spring.version>6.0.11</spring.version>
<spring.version>6.1.2</spring.version>
</properties>
<dependencies>
<!-- Runtime -->
Expand Down

0 comments on commit 4755cdf

Please sign in to comment.