diff --git a/driver-reactive-streams/build.gradle b/driver-reactive-streams/build.gradle index f0d136cebfc..8dc6e82f172 100644 --- a/driver-reactive-streams/build.gradle +++ b/driver-reactive-streams/build.gradle @@ -21,7 +21,7 @@ dependencies { api project(path: ':bson', configuration: 'default') api project(path: ':driver-core', configuration: 'default') - api 'org.reactivestreams:reactive-streams:1.0.2' + api 'org.reactivestreams:reactive-streams:1.0.3' implementation platform("io.projectreactor:reactor-bom:$projectReactorVersion") implementation 'io.projectreactor:reactor-core' @@ -29,7 +29,7 @@ dependencies { testImplementation project(':driver-sync') testImplementation project(':driver-sync').sourceSets.test.output testImplementation project(':driver-core').sourceSets.test.output - testImplementation 'org.reactivestreams:reactive-streams-tck:1.0.2' + testImplementation 'org.reactivestreams:reactive-streams-tck:1.0.3' testImplementation 'io.projectreactor:reactor-test' testImplementation 'org.mockito:mockito-junit-jupiter:3.5.13' testRuntimeOnly project(path: ':driver-core', configuration: 'consumableTestRuntimeOnly') diff --git a/gradle/javadoc.gradle b/gradle/javadoc.gradle index 7152dbcf26b..c189ea34f58 100644 --- a/gradle/javadoc.gradle +++ b/gradle/javadoc.gradle @@ -48,7 +48,7 @@ allprojects { author = true version = true links = ['https://docs.oracle.com/en/java/javase/11/docs/api/', - 'https://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/'] + 'https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/'] tagletPath single(utilProject.sourceSets.main.output.classesDirs) taglets 'ManualTaglet' taglets 'DochubTaglet'