Skip to content

Commit

Permalink
Bump reactive-stream dependency to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Jul 28, 2021
1 parent 2b621b3 commit 06ef2f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions driver-reactive-streams/build.gradle
Expand Up @@ -21,15 +21,15 @@ 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'

testImplementation project(':bson').sourceSets.test.output
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')
Expand Down
2 changes: 1 addition & 1 deletion gradle/javadoc.gradle
Expand Up @@ -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'
Expand Down

0 comments on commit 06ef2f8

Please sign in to comment.