File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
samples/netty-http-sample Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
22
22
23
23
dependencies {
24
24
implementation project(' :ziti-netty' )
25
- implementation " io.netty:netty-all:4.1.52 .Final"
25
+ implementation " io.netty:netty-all:4.1.53 .Final"
26
26
implementation " com.github.ajalt:clikt:2.7.0"
27
27
implementation " org.slf4j:slf4j-simple:1.7.30"
28
28
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
api(project(' :ziti' ))
29
29
30
30
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"
32
32
33
33
testImplementation " org.jetbrains.kotlin:kotlin-test-junit:1.4.10"
34
34
testImplementation " com.google.code.gson:gson:2.8.6"
You can’t perform that action at this time.
0 commit comments