File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ subprojects {
33
33
apply plugin : ' com.github.sherter.google-java-format'
34
34
apply plugin : ' com.github.vlsi.gradle-extensions'
35
35
36
- ext[' reactor-bom.version' ] = ' 2020.0.32 '
37
- ext[' logback.version' ] = ' 1.2.10 '
38
- ext[' netty-bom.version' ] = ' 4.1.93 .Final'
39
- ext[' netty-boringssl.version' ] = ' 2.0.61 .Final'
36
+ ext[' reactor-bom.version' ] = ' 2020.0.39 '
37
+ ext[' logback.version' ] = ' 1.3.14 '
38
+ ext[' netty-bom.version' ] = ' 4.1.106 .Final'
39
+ ext[' netty-boringssl.version' ] = ' 2.0.62 .Final'
40
40
ext[' hdrhistogram.version' ] = ' 2.1.12'
41
41
ext[' mockito.version' ] = ' 4.11.0'
42
42
ext[' slf4j.version' ] = ' 1.7.36'
Original file line number Diff line number Diff line change @@ -41,13 +41,14 @@ dependencies {
41
41
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
42
42
43
43
jcstressImplementation(project(" :rsocket-test" ))
44
+ jcstressImplementation ' org.slf4j:slf4j-api'
44
45
jcstressImplementation " ch.qos.logback:logback-classic"
45
46
jcstressImplementation ' io.projectreactor:reactor-test'
46
47
}
47
48
48
49
jcstress {
49
50
mode = ' quick' // quick, default, tough
50
- jcstressDependency = " org.openjdk.jcstress:jcstress-core:0.15 "
51
+ jcstressDependency = " org.openjdk.jcstress:jcstress-core:0.16 "
51
52
}
52
53
53
54
jar {
You can’t perform that action at this time.
0 commit comments