Skip to content

Commit 46a88de

Browse files
Bump io.netty:netty-codec-http from 4.2.10.Final to 4.2.13.Final
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.2.10.Final to 4.2.13.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.2.10.Final...netty-4.2.13.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.13.Final dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent daa5b5c commit 46a88de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation ('io.projectreactor.netty:reactor-netty:1.3.4') {
2929
exclude group: 'io.netty', module: 'netty-codec-http'
3030
}
31-
implementation 'io.netty:netty-codec-http:4.2.10.Final' // Transitive from reactor netty
31+
implementation 'io.netty:netty-codec-http:4.2.13.Final' // Transitive from reactor netty
3232
implementation platform('com.fasterxml.jackson:jackson-bom:2.21.1')
3333
implementation 'com.fasterxml.jackson.core:jackson-core'
3434
implementation 'com.fasterxml.jackson.core:jackson-annotations'

0 commit comments

Comments
 (0)