Skip to content

Commit

Permalink
chore(deps): update dependency org.springframework.boot:spring-boot-s…
Browse files Browse the repository at this point in the history
…tarter-test to v3.2.0
  • Loading branch information
renovate[bot] committed Nov 23, 2023
1 parent d958730 commit af73d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-java17/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
api(project(":cache-core"))
implementation("org.springframework:spring-context:6.1.0")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.1.5")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.0")
testImplementation("org.awaitility:awaitility:4.2.0")
testImplementation(testFixtures(project(":cache-core")))
testImplementation(project(":cache-provider-caffeine"))
Expand Down

0 comments on commit af73d78

Please sign in to comment.