Skip to content

Commit e71b49c

Browse files
authored
2.x: Upgrade to Reactive Streams 1.0.2 final (#5771)
1 parent 7ba9a3e commit e71b49c

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
@@ -51,7 +51,7 @@ targetCompatibility = JavaVersion.VERSION_1_6
5151
// ---------------------------------------
5252

5353
def junitVersion = "4.12"
54-
def reactiveStreamsVersion = "1.0.1"
54+
def reactiveStreamsVersion = "1.0.2"
5555
def mockitoVersion = "2.1.0"
5656
def jmhLibVersion = "1.19"
5757
def testNgVersion = "6.11"

0 commit comments

Comments
 (0)