We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba38525 commit 4e75d9fCopy full SHA for 4e75d9f
spring-java17/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
api(project(":cache-core"))
3
implementation("org.springframework:spring-context:6.2.2")
4
- testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.1")
+ testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.2")
5
testImplementation("org.awaitility:awaitility:4.2.2")
6
testImplementation(testFixtures(project(":cache-core")))
7
testImplementation(project(":cache-provider-caffeine"))
0 commit comments