Skip to content

Commit fdf7fb0

Browse files
committed
Update Netty and Reactor versions
Signed-off-by: Rossen Stoyanchev <[email protected]>
1 parent b330634 commit fdf7fb0

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
@@ -32,10 +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'] = 'Dysprosium-SR11'
35+
ext['reactor-bom.version'] = 'Dysprosium-SR12'
3636
ext['logback.version'] = '1.2.3'
37-
ext['netty-bom.version'] = '4.1.51.Final'
38-
ext['netty-boringssl.version'] = '2.0.31.Final'
37+
ext['netty-bom.version'] = '4.1.52.Final'
38+
ext['netty-boringssl.version'] = '2.0.34.Final'
3939
ext['hdrhistogram.version'] = '2.1.10'
4040
ext['mockito.version'] = '3.2.0'
4141
ext['slf4j.version'] = '1.7.25'

0 commit comments

Comments
 (0)