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 879abb9 commit 95655beCopy full SHA for 95655be
spring/build.gradle.kts
@@ -1,6 +1,6 @@
1
dependencies {
2
api(project(":cache-core"))
3
- implementation("org.springframework:spring-context:5.3.27")
+ implementation("org.springframework:spring-context:5.3.28")
4
testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.12")
5
testImplementation("org.awaitility:awaitility:4.2.0")
6
testImplementation(testFixtures(project(":cache-core")))
0 commit comments