diff --git a/spring-java17/build.gradle.kts b/spring-java17/build.gradle.kts index dbcb46e..4693b1b 100644 --- a/spring-java17/build.gradle.kts +++ b/spring-java17/build.gradle.kts @@ -1,7 +1,7 @@ dependencies { api(project(":cache-core")) implementation("org.springframework:spring-context:6.1.14") - testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.4") + testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.5") testImplementation("org.awaitility:awaitility:4.2.2") testImplementation(testFixtures(project(":cache-core"))) testImplementation(project(":cache-provider-caffeine"))