Skip to content

Commit 6e725d6

Browse files
committed
Dependency upgrades
Reactor 2020.0.39 -> 2020.0.47 Netty 4.1.106.Final -> 4.1.117.Final netty-tcnative-boringssl-static 2.0.62.Final -> 2.0.69.Final Micrometer 1.11.0 -> 1.11.12 Micrometer Tracing 1.1.1 -> 1.1.13 Signed-off-by: rstoyanchev <[email protected]>
1 parent cff5cdb commit 6e725d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ 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.39'
36+
ext['reactor-bom.version'] = '2020.0.47'
3737
ext['logback.version'] = '1.2.13'
38-
ext['netty-bom.version'] = '4.1.106.Final'
39-
ext['netty-boringssl.version'] = '2.0.62.Final'
38+
ext['netty-bom.version'] = '4.1.117.Final'
39+
ext['netty-boringssl.version'] = '2.0.69.Final'
4040
ext['hdrhistogram.version'] = '2.1.12'
4141
ext['mockito.version'] = '4.11.0'
4242
ext['slf4j.version'] = '1.7.36'
4343
ext['jmh.version'] = '1.36'
4444
ext['junit.version'] = '5.9.3'
45-
ext['micrometer.version'] = '1.11.0'
46-
ext['micrometer-tracing.version'] = '1.1.1'
45+
ext['micrometer.version'] = '1.11.12'
46+
ext['micrometer-tracing.version'] = '1.1.13'
4747
ext['assertj.version'] = '3.24.2'
4848
ext['netflix.limits.version'] = '0.3.6'
4949
ext['bouncycastle-bcpkix.version'] = '1.70'

0 commit comments

Comments
 (0)