We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c246fa commit bd22418Copy full SHA for bd22418
spring-java17/build.gradle.kts
@@ -1,6 +1,6 @@
1
dependencies {
2
api(project(":cache-core"))
3
- implementation("org.springframework:spring-context:6.0.9")
+ implementation("org.springframework:spring-context:6.0.10")
4
testImplementation("org.springframework.boot:spring-boot-starter-test:3.1.0")
5
testImplementation("org.awaitility:awaitility:4.2.0")
6
testImplementation(testFixtures(project(":cache-core")))
0 commit comments