We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents daa5b5c + 46a88de commit 21cb1f1Copy full SHA for 21cb1f1
1 file changed
build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
implementation ('io.projectreactor.netty:reactor-netty:1.3.4') {
29
exclude group: 'io.netty', module: 'netty-codec-http'
30
}
31
- implementation 'io.netty:netty-codec-http:4.2.10.Final' // Transitive from reactor netty
+ implementation 'io.netty:netty-codec-http:4.2.13.Final' // Transitive from reactor netty
32
implementation platform('com.fasterxml.jackson:jackson-bom:2.21.1')
33
implementation 'com.fasterxml.jackson.core:jackson-core'
34
implementation 'com.fasterxml.jackson.core:jackson-annotations'
0 commit comments