Skip to content

Commit

Permalink
updates dependencies versions
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <shadowgun@i.ua>
  • Loading branch information
OlegDokuka committed Sep 14, 2020
1 parent 2c0e76d commit 9a4d5ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Expand Up @@ -32,11 +32,10 @@ subprojects {
apply plugin: 'io.spring.dependency-management'
apply plugin: 'com.github.sherter.google-java-format'

ext['reactor-bom.version'] = '2020.0.0-M2'
ext['reactor-bom.version'] = '2020.0.0-RC1'
ext['logback.version'] = '1.2.3'
ext['findbugs.version'] = '3.0.2'
ext['netty-bom.version'] = '4.1.50.Final'
ext['netty-boringssl.version'] = '2.0.30.Final'
ext['netty-bom.version'] = '4.1.52.Final'
ext['netty-boringssl.version'] = '2.0.34.Final'
ext['hdrhistogram.version'] = '2.1.10'
ext['mockito.version'] = '3.2.0'
ext['slf4j.version'] = '1.7.25'
Expand Down

0 comments on commit 9a4d5ab

Please sign in to comment.