@@ -54,32 +54,6 @@ subprojects {
5454 options. compilerArgs << ' -Xlint:all,-overloads,-rawtypes,-unchecked'
5555 }
5656
57- ext {
58- // common
59- jsr305Version = ' 3.0.2'
60- reactorVersion = ' 3.1.0.RELEASE'
61- nettyVersion = ' 4.1.15.Final'
62- reactiveStreamsVersion = ' 1.0.1'
63- slf4jVersion = ' 1.7.25'
64- // aeron
65- aeronVersion = ' 1.4.1'
66- // netty
67- reactorNettyVersion = ' 0.7.0.M2'
68- // spectator
69- spectatorVersion = ' 0.57.1'
70- hdrHistogramVersion = ' 2.1.9'
71- // tck-drivers
72- jacksonVersion = ' 2.9.1'
73- commonsLang3Version = ' 3.6'
74- airlineVersion = ' 0.8'
75- rxjavaVersion = ' 2.1.3'
76- // test
77- junitVersion = ' 4.12'
78- hamcrestVersion = ' 1.3'
79- mockitoVersion = ' 2.10.0'
80- jmhVersion = ' 1.19'
81- }
82-
8357 // custom tasks for creating source/javadoc jars
8458 task sourcesJar(type : Jar , dependsOn : classes) {
8559 classifier = ' sources'
@@ -106,7 +80,7 @@ subprojects {
10680 }
10781
10882 dependencies {
109- compile " io.projectreactor:reactor-core:3.1.0 .RELEASE"
83+ compile " io.projectreactor:reactor-core:3.1.1 .RELEASE"
11084 compile " io.netty:netty-buffer:4.1.15.Final"
11185 compile " org.reactivestreams:reactive-streams:1.0.1"
11286 compile " org.slf4j:slf4j-api:1.7.25"
@@ -116,7 +90,7 @@ subprojects {
11690 testCompile " org.mockito:mockito-core:2.10.0"
11791 testCompile " org.hamcrest:hamcrest-library:1.3"
11892 testCompile " org.slf4j:slf4j-log4j12:1.7.25"
119- testCompile " io.projectreactor:reactor-test:3.1.0 .RELEASE"
93+ testCompile " io.projectreactor:reactor-test:3.1.1 .RELEASE"
12094 }
12195
12296 publishing {
0 commit comments