Skip to content

Commit c2ba7b7

Browse files
aharonhaaharonha
authored andcommitted
Update reactor bom version to Californium-SR3
Signed-off-by: aharonha <[email protected]>
1 parent 03c114c commit c2ba7b7

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)