diff --git a/build.gradle b/build.gradle index 0bad79c6..4abca66f 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ subprojects { Project subproject -> } dependencies { - testImplementation "io.projectreactor:reactor-test:3.5.5" + testImplementation "io.projectreactor:reactor-test:3.5.6" testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion" testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false} testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"