diff --git a/build.gradle b/build.gradle index 77931ce13..3c326e521 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ subprojects { Project subproject -> } dependencies { - testImplementation "io.projectreactor:reactor-test:3.6.0" + testImplementation "io.projectreactor:reactor-test:3.6.1" testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion" testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false} testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"