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 c2e023a commit 769ab2dCopy full SHA for 769ab2d
build.gradle
@@ -32,10 +32,10 @@ subprojects {
32
apply plugin: 'io.spring.dependency-management'
33
apply plugin: 'com.github.sherter.google-java-format'
34
35
- ext['reactor-bom.version'] = 'Dysprosium-SR13'
+ ext['reactor-bom.version'] = 'Dysprosium-SR17'
36
ext['logback.version'] = '1.2.3'
37
- ext['netty-bom.version'] = '4.1.52.Final'
38
- ext['netty-boringssl.version'] = '2.0.34.Final'
+ ext['netty-bom.version'] = '4.1.59.Final'
+ ext['netty-boringssl.version'] = '2.0.36.Final'
39
ext['hdrhistogram.version'] = '2.1.10'
40
ext['mockito.version'] = '3.2.0'
41
ext['slf4j.version'] = '1.7.25'
0 commit comments