Skip to content

Commit

Permalink
fix(deps): update spring core to v6.1.2 (#509)
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 Jan 10, 2024
1 parent f191bf7 commit 38b783b
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.1.0"
managed-spring = "6.1.2"

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.1.0") {
testImplementation("org.springframework:spring-jdbc:6.1.2") {
because 'not defined in toml because it hit a bug with version catalogs'
}
testImplementation libs.h2database
Expand Down

0 comments on commit 38b783b

Please sign in to comment.