diff --git a/build.gradle b/build.gradle index 1eb3c86852..850badadf5 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ dependencies { testImplementation 'org.reactivestreams:reactive-streams-tck:' + reactiveStreamsVersion testImplementation "io.reactivex.rxjava2:rxjava:2.2.21" - testImplementation "io.projectreactor:reactor-core:3.7.5" + testImplementation "io.projectreactor:reactor-core:3.7.6" testImplementation 'org.testng:testng:7.11.0' // use for reactive streams test inheritance testImplementation "com.tngtech.archunit:archunit-junit5:1.4.1"