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 ce207ba commit 89add9dCopy full SHA for 89add9d
1 file changed
build.gradle
@@ -36,13 +36,13 @@ subprojects {
36
dependencyManagement {
37
imports {
38
// TODO: Upgrade to latest version
39
- mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR6'
+ mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR9'
40
}
41
42
dependencies {
43
dependency 'ch.qos.logback:logback-classic:1.2.3'
44
dependency 'com.google.code.findbugs:jsr305:3.0.2'
45
- dependency 'io.netty:netty-buffer:4.1.21.Final'
+ dependency 'io.netty:netty-buffer:4.1.24.Final'
46
dependency 'io.aeron:aeron-all:1.4.1'
47
dependency 'io.micrometer:micrometer-core:1.0.3'
48
dependency 'org.assertj:assertj-core:3.9.1'
0 commit comments