Skip to content

Commit 9a4d5ab

Browse files
committed
updates dependencies versions
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 2c0e76d commit 9a4d5ab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ subprojects {
3232
apply plugin: 'io.spring.dependency-management'
3333
apply plugin: 'com.github.sherter.google-java-format'
3434

35-
ext['reactor-bom.version'] = '2020.0.0-M2'
35+
ext['reactor-bom.version'] = '2020.0.0-RC1'
3636
ext['logback.version'] = '1.2.3'
37-
ext['findbugs.version'] = '3.0.2'
38-
ext['netty-bom.version'] = '4.1.50.Final'
39-
ext['netty-boringssl.version'] = '2.0.30.Final'
37+
ext['netty-bom.version'] = '4.1.52.Final'
38+
ext['netty-boringssl.version'] = '2.0.34.Final'
4039
ext['hdrhistogram.version'] = '2.1.10'
4140
ext['mockito.version'] = '3.2.0'
4241
ext['slf4j.version'] = '1.7.25'

0 commit comments

Comments
 (0)