Skip to content

Commit 1347c5e

Browse files
Bump netty-all from 4.1.52.Final to 4.1.53.Final
Bumps [netty-all](https://github.com/netty/netty) from 4.1.52.Final to 4.1.53.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.52.Final...netty-4.1.53.Final) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8429fe2 commit 1347c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/netty-http-sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
dependencies {
2424
implementation project(':ziti-netty')
25-
implementation "io.netty:netty-all:4.1.52.Final"
25+
implementation "io.netty:netty-all:4.1.53.Final"
2626
implementation "com.github.ajalt:clikt:2.7.0"
2727
implementation "org.slf4j:slf4j-simple:1.7.30"
2828
}

ziti-netty/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
api(project(':ziti'))
2929

3030
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.4.10"
31-
implementation "io.netty:netty-all:4.1.52.Final"
31+
implementation "io.netty:netty-all:4.1.53.Final"
3232

3333
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.4.10"
3434
testImplementation "com.google.code.gson:gson:2.8.6"

0 commit comments

Comments
 (0)