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 0cc46d0 commit d1c36baCopy full SHA for d1c36ba
build.gradle
@@ -27,11 +27,11 @@ subprojects {
27
apply plugin: 'io.spring.dependency-management'
28
apply plugin: 'com.github.sherter.google-java-format'
29
30
- ext['reactor-bom.version'] = 'Dysprosium-RELEASE'
+ ext['reactor-bom.version'] = 'Dysprosium-SR6'
31
ext['logback.version'] = '1.2.3'
32
ext['findbugs.version'] = '3.0.2'
33
- ext['netty-bom.version'] = '4.1.37.Final'
34
- ext['netty-boringssl.version'] = '2.0.25.Final'
+ ext['netty-bom.version'] = '4.1.48.Final'
+ ext['netty-boringssl.version'] = '2.0.30.Final'
35
ext['hdrhistogram.version'] = '2.1.10'
36
ext['mockito.version'] = '3.2.0'
37
ext['slf4j.version'] = '1.7.25'
0 commit comments