Skip to content

Commit

Permalink
chore(deps): update spring core to v6.1.0, v5.3.31 (#202)
Browse files Browse the repository at this point in the history
chore(deps): update spring core

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 16, 2023
1 parent aee68e7 commit aa27cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-java17/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api(project(":cache-core"))
implementation("org.springframework:spring-context:6.0.13")
implementation("org.springframework:spring-context:6.1.0")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.1.5")
testImplementation("org.awaitility:awaitility:4.2.0")
testImplementation(testFixtures(project(":cache-core")))
Expand Down
2 changes: 1 addition & 1 deletion spring/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api(project(":cache-core"))
implementation("org.springframework:spring-context:5.3.30")
implementation("org.springframework:spring-context:5.3.31")
testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.17")
testImplementation("org.awaitility:awaitility:4.2.0")
testImplementation(testFixtures(project(":cache-core")))
Expand Down

0 comments on commit aa27cf2

Please sign in to comment.