Skip to content

Commit

Permalink
fix(deps): update spring core to v6.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent c400729 commit 77be45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
managed-spring-boot = "3.1.3"
managed-spring = "6.0.11"
managed-spring = "6.0.13"

junit = "5.9.1"
servlet-api = "6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion spring-context/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testImplementation mn.micronaut.inject.java
testImplementation projects.micronautSpringAnnotation
testImplementation mn.micronaut.inject.java.test
testImplementation("org.springframework:spring-jdbc:6.0.11") {
testImplementation("org.springframework:spring-jdbc:6.0.13") {
because 'not defined in toml because it hit a bug with version catalogs'
}
testImplementation libs.h2database
Expand Down

0 comments on commit 77be45c

Please sign in to comment.