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 f2cb0d3 commit 3cd9fb9Copy full SHA for 3cd9fb9
spring-java17/build.gradle.kts
@@ -1,6 +1,6 @@
1
dependencies {
2
api(project(":cache-core"))
3
- implementation("org.springframework:spring-context:6.2.15")
+ implementation("org.springframework:spring-context:7.0.2")
4
testImplementation("org.springframework.boot:spring-boot-starter-test:3.5.9")
5
testImplementation("org.awaitility:awaitility:4.3.0")
6
testImplementation(testFixtures(project(":cache-core")))
0 commit comments