diff --git a/outbox-kafka-spring-reactive/build.gradle.kts b/outbox-kafka-spring-reactive/build.gradle.kts index e35731e0..45a542f0 100644 --- a/outbox-kafka-spring-reactive/build.gradle.kts +++ b/outbox-kafka-spring-reactive/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { // testing testImplementation(testFixtures(project(":commons"))) - testImplementation("org.springframework.boot:spring-boot-autoconfigure:3.2.4") + testImplementation("org.springframework.boot:spring-boot-autoconfigure:3.2.5") testImplementation("io.projectreactor:reactor-test:3.6.5") testRuntimeOnly("org.junit.platform:junit-platform-launcher")