16
16
17
17
plugins {
18
18
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
21
21
id ' io.morethan.jmhreport' version ' 0.9.0' apply false
22
22
id ' io.github.reyerizo.gradle.jcstress' version ' 0.8.13' apply false
23
23
id ' com.github.vlsi.gradle-extensions' version ' 1.76' apply false
@@ -33,14 +33,14 @@ 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.17 '
36
+ ext[' reactor-bom.version' ] = ' 2020.0.23 '
37
37
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'
40
40
ext[' hdrhistogram.version' ] = ' 2.1.12'
41
41
ext[' mockito.version' ] = ' 4.4.0'
42
42
ext[' slf4j.version' ] = ' 1.7.36'
43
- ext[' jmh.version' ] = ' 1.33 '
43
+ ext[' jmh.version' ] = ' 1.35 '
44
44
ext[' junit.version' ] = ' 5.8.1'
45
45
ext[' micrometer.version' ] = ' 1.8.4'
46
46
ext[' assertj.version' ] = ' 3.22.0'
0 commit comments