Skip to content

Commit 6bdcc91

Browse files
authored
Merge pull request #4117 from graphql-java/dependabot/gradle/io.projectreactor-reactor-core-3.7.11
Bump io.projectreactor:reactor-core from 3.7.9 to 3.7.11
2 parents c47adf1 + f0a10c5 commit 6bdcc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ dependencies {
140140

141141
testImplementation 'org.reactivestreams:reactive-streams-tck:' + reactiveStreamsVersion
142142
testImplementation "io.reactivex.rxjava2:rxjava:2.2.21"
143-
testImplementation "io.projectreactor:reactor-core:3.7.9"
143+
testImplementation "io.projectreactor:reactor-core:3.7.11"
144144

145145
testImplementation 'org.testng:testng:7.11.0' // use for reactive streams test inheritance
146146
testImplementation "com.tngtech.archunit:archunit-junit5:1.4.1"

0 commit comments

Comments
 (0)