diff --git a/spring-java17/build.gradle.kts b/spring-java17/build.gradle.kts index 4693b1b..07bc405 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.5") + testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.0") testImplementation("org.awaitility:awaitility:4.2.2") testImplementation(testFixtures(project(":cache-core"))) testImplementation(project(":cache-provider-caffeine"))