Skip to content

Commit 29e5c01

Browse files
authored
Merge pull request #554 from aharonha/patch-1
Update reactor bom version to Californium-SR3
2 parents 03c114c + c2ba7b7 commit 29e5c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ plugins {
2828
subprojects {
2929
apply plugin: 'io.spring.dependency-management'
3030

31-
ext['reactor-bom.version'] = 'Californium-SR1'
31+
ext['reactor-bom.version'] = 'Californium-SR3'
3232
ext['logback.version'] = '1.2.3'
3333
ext['findbugs.version'] = '3.0.2'
34-
ext['netty.version'] = '4.1.29.Final'
34+
ext['netty.version'] = '4.1.31.Final'
3535
ext['netty-boringssl.version'] = '2.0.18.Final'
3636
ext['hdrhistogram.version'] = '2.1.10'
3737
ext['mockito.version'] = '2.23.0'

0 commit comments

Comments
 (0)