1616
1717plugins {
1818 id ' com.github.sherter.google-java-format' version ' 0.9' apply false
19- id ' me.champeau.jmh' version ' 0.6.7 ' apply false
20- id ' io.spring.dependency-management' version ' 1.0.15.RELEASE ' apply false
19+ id ' me.champeau.jmh' version ' 0.7.1 ' apply false
20+ id ' io.spring.dependency-management' version ' 1.1.0 ' apply false
2121 id ' io.morethan.jmhreport' version ' 0.9.0' apply false
22- id ' io.github.reyerizo.gradle.jcstress' version ' 0.8.13 ' apply false
23- id ' com.github.vlsi.gradle-extensions' version ' 1.76 ' apply false
22+ id ' io.github.reyerizo.gradle.jcstress' version ' 0.8.15 ' apply false
23+ id ' com.github.vlsi.gradle-extensions' version ' 1.89 ' apply false
2424}
2525
2626boolean isCiServer = [" CI" , " CONTINUOUS_INTEGRATION" , " TRAVIS" , " CIRCLECI" , " bamboo_planKey" , " GITHUB_ACTION" ]. with {
@@ -33,21 +33,21 @@ subprojects {
3333 apply plugin : ' com.github.sherter.google-java-format'
3434 apply plugin : ' com.github.vlsi.gradle-extensions'
3535
36- ext[' reactor-bom.version' ] = ' 2020.0.31-SNAPSHOT '
36+ ext[' reactor-bom.version' ] = ' 2020.0.32 '
3737 ext[' logback.version' ] = ' 1.2.10'
38- ext[' netty-bom.version' ] = ' 4.1.90 .Final'
39- ext[' netty-boringssl.version' ] = ' 2.0.59 .Final'
38+ ext[' netty-bom.version' ] = ' 4.1.93 .Final'
39+ ext[' netty-boringssl.version' ] = ' 2.0.61 .Final'
4040 ext[' hdrhistogram.version' ] = ' 2.1.12'
41- ext[' mockito.version' ] = ' 4.4 .0'
41+ ext[' mockito.version' ] = ' 4.11 .0'
4242 ext[' slf4j.version' ] = ' 1.7.36'
43- ext[' jmh.version' ] = ' 1.35 '
44- ext[' junit.version' ] = ' 5.8.1 '
45- ext[' micrometer.version' ] = ' 1.10 .0'
46- ext[' micrometer-tracing.version' ] = ' 1.0.0 '
47- ext[' assertj.version' ] = ' 3.22.0 '
43+ ext[' jmh.version' ] = ' 1.36 '
44+ ext[' junit.version' ] = ' 5.9.3 '
45+ ext[' micrometer.version' ] = ' 1.11 .0'
46+ ext[' micrometer-tracing.version' ] = ' 1.1.1 '
47+ ext[' assertj.version' ] = ' 3.24.2 '
4848 ext[' netflix.limits.version' ] = ' 0.3.6'
4949 ext[' bouncycastle-bcpkix.version' ] = ' 1.70'
50- ext[' awaitility.version' ] = ' 4.1.1 '
50+ ext[' awaitility.version' ] = ' 4.2.0 '
5151
5252 group = " io.rsocket"
5353
0 commit comments