Skip to content

Commit d1c36ba

Browse files
committed
updates to latest reactor / netty versions
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 0cc46d0 commit d1c36ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ subprojects {
2727
apply plugin: 'io.spring.dependency-management'
2828
apply plugin: 'com.github.sherter.google-java-format'
2929

30-
ext['reactor-bom.version'] = 'Dysprosium-RELEASE'
30+
ext['reactor-bom.version'] = 'Dysprosium-SR6'
3131
ext['logback.version'] = '1.2.3'
3232
ext['findbugs.version'] = '3.0.2'
33-
ext['netty-bom.version'] = '4.1.37.Final'
34-
ext['netty-boringssl.version'] = '2.0.25.Final'
33+
ext['netty-bom.version'] = '4.1.48.Final'
34+
ext['netty-boringssl.version'] = '2.0.30.Final'
3535
ext['hdrhistogram.version'] = '2.1.10'
3636
ext['mockito.version'] = '3.2.0'
3737
ext['slf4j.version'] = '1.7.25'

0 commit comments

Comments
 (0)