We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c114c commit c2ba7b7Copy full SHA for c2ba7b7
build.gradle
@@ -28,10 +28,10 @@ plugins {
28
subprojects {
29
apply plugin: 'io.spring.dependency-management'
30
31
- ext['reactor-bom.version'] = 'Californium-SR1'
+ ext['reactor-bom.version'] = 'Californium-SR3'
32
ext['logback.version'] = '1.2.3'
33
ext['findbugs.version'] = '3.0.2'
34
- ext['netty.version'] = '4.1.29.Final'
+ ext['netty.version'] = '4.1.31.Final'
35
ext['netty-boringssl.version'] = '2.0.18.Final'
36
ext['hdrhistogram.version'] = '2.1.10'
37
ext['mockito.version'] = '2.23.0'
0 commit comments