diff --git a/build.gradle b/build.gradle index 84834e32e..37d865738 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.6" + testImplementation "io.projectreactor:reactor-core:3.7.7" testImplementation 'org.testng:testng:7.11.0' // use for reactive streams test inheritance testImplementation "com.tngtech.archunit:archunit-junit5:1.4.1"