diff --git a/bot/build.gradle.kts b/bot/build.gradle.kts index 53bd3bf0..4d32dd26 100644 --- a/bot/build.gradle.kts +++ b/bot/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { testImplementation("io.github.origin-energy:java-snapshot-testing-junit5:4.0.8") testImplementation("io.github.origin-energy:java-snapshot-testing-plugin-jackson:4.0.8") - testImplementation("io.projectreactor:reactor-test:3.7.2") + testImplementation("io.projectreactor:reactor-test:3.7.3") testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4") testImplementation("org.mockito:mockito-core:5.15.2") testImplementation("org.mockito:mockito-inline:5.2.0")