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 df2780e commit d83ffddCopy full SHA for d83ffdd
build.gradle
@@ -31,13 +31,13 @@ subprojects {
31
dependencyManagement {
32
imports {
33
// TODO: Upgrade to latest version
34
- mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR10'
+ mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR11'
35
}
36
37
dependencies {
38
dependency 'ch.qos.logback:logback-classic:1.2.3'
39
dependency 'com.google.code.findbugs:jsr305:3.0.2'
40
- dependency 'io.netty:netty-buffer:4.1.25.Final'
+ dependency 'io.netty:netty-buffer:4.1.29.Final'
41
dependency 'io.aeron:aeron-all:1.4.1'
42
dependency 'io.micrometer:micrometer-core:1.0.6'
43
dependency 'org.assertj:assertj-core:3.9.1'
0 commit comments