Skip to content

Commit

Permalink
fix(deps): update spring core to v6.1.0 (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent e3a48b9 commit 40005f1
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.5"
managed-spring = "6.0.13"
managed-spring = "6.1.0"

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 @@ -16,7 +16,7 @@ dependencies {
testImplementation mn.micronaut.inject.java
testImplementation projects.micronautSpringAnnotation
testImplementation mn.micronaut.inject.java.test
testImplementation("org.springframework:spring-jdbc:6.0.13") {
testImplementation("org.springframework:spring-jdbc:6.1.0") {
because 'not defined in toml because it hit a bug with version catalogs'
}
testImplementation libs.h2database
Expand Down

0 comments on commit 40005f1

Please sign in to comment.