Skip to content

Commit 40aecb2

Browse files
Merge pull request #65 from openziti/dependabot/gradle/io.netty-netty-all-4.1.53.Final
2 parents fb6433d + 1347c5e commit 40aecb2

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)