We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d974c58 commit 7626e84Copy full SHA for 7626e84
spring/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
api(project(":cache-core"))
3
implementation("org.springframework:spring-context:5.3.31")
4
- testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.17")
+ testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.18")
5
testImplementation("org.awaitility:awaitility:4.2.0")
6
testImplementation(testFixtures(project(":cache-core")))
7
testImplementation(project(":cache-provider-caffeine"))
0 commit comments