1616
1717plugins {
1818 id ' com.github.sherter.google-java-format' version ' 0.9' apply false
19- id ' me.champeau.jmh' version ' 0.6.6 ' apply false
20- id ' io.spring.dependency-management' version ' 1.0.11 .RELEASE' apply false
19+ id ' me.champeau.jmh' version ' 0.6.7 ' apply false
20+ id ' io.spring.dependency-management' version ' 1.0.13 .RELEASE' apply false
2121 id ' io.morethan.jmhreport' version ' 0.9.0' apply false
2222 id ' io.github.reyerizo.gradle.jcstress' version ' 0.8.13' apply false
2323 id ' com.github.vlsi.gradle-extensions' version ' 1.76' apply false
@@ -33,14 +33,14 @@ 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.17 '
36+ ext[' reactor-bom.version' ] = ' 2020.0.23 '
3737 ext[' logback.version' ] = ' 1.2.10'
38- ext[' netty-bom.version' ] = ' 4.1.75 .Final'
39- ext[' netty-boringssl.version' ] = ' 2.0.51 .Final'
38+ ext[' netty-bom.version' ] = ' 4.1.81 .Final'
39+ ext[' netty-boringssl.version' ] = ' 2.0.54 .Final'
4040 ext[' hdrhistogram.version' ] = ' 2.1.12'
4141 ext[' mockito.version' ] = ' 4.4.0'
4242 ext[' slf4j.version' ] = ' 1.7.36'
43- ext[' jmh.version' ] = ' 1.33 '
43+ ext[' jmh.version' ] = ' 1.35 '
4444 ext[' junit.version' ] = ' 5.8.1'
4545 ext[' micrometer.version' ] = ' 1.10.0-SNAPSHOT'
4646 ext[' micrometer-tracing.version' ] = ' 1.0.0-SNAPSHOT'
0 commit comments