diff --git a/spring-java17/build.gradle.kts b/spring-java17/build.gradle.kts index 98a8a34..0ba6447 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.0.11") - testImplementation("org.springframework.boot:spring-boot-starter-test:3.1.1") + testImplementation("org.springframework.boot:spring-boot-starter-test:3.1.2") testImplementation("org.awaitility:awaitility:4.2.0") testImplementation(testFixtures(project(":cache-core"))) testImplementation(project(":cache-provider-caffeine")) diff --git a/spring/build.gradle.kts b/spring/build.gradle.kts index 1ee06a5..d188e4c 100644 --- a/spring/build.gradle.kts +++ b/spring/build.gradle.kts @@ -1,7 +1,7 @@ dependencies { api(project(":cache-core")) implementation("org.springframework:spring-context:5.3.29") - testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.13") + testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.14") testImplementation("org.awaitility:awaitility:4.2.0") testImplementation(testFixtures(project(":cache-core"))) testImplementation(project(":cache-provider-caffeine"))