Skip to content

Commit 5f03d8a

Browse files
original-brownbearkcm
authored andcommitted
NETWORKING: Upgrade to Netty 4.1.29 (#33984)
1 parent 4b15543 commit 5f03d8a

30 files changed

+28
-28
lines changed

modules/transport-netty4/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ compileTestJava.options.compilerArgs << "-Xlint:-cast,-deprecation,-rawtypes,-tr
3434

3535
dependencies {
3636
// network stack
37-
compile "io.netty:netty-buffer:4.1.28.Final"
38-
compile "io.netty:netty-codec:4.1.28.Final"
39-
compile "io.netty:netty-codec-http:4.1.28.Final"
40-
compile "io.netty:netty-common:4.1.28.Final"
41-
compile "io.netty:netty-handler:4.1.28.Final"
42-
compile "io.netty:netty-resolver:4.1.28.Final"
43-
compile "io.netty:netty-transport:4.1.28.Final"
37+
compile "io.netty:netty-buffer:4.1.29.Final"
38+
compile "io.netty:netty-codec:4.1.29.Final"
39+
compile "io.netty:netty-codec-http:4.1.29.Final"
40+
compile "io.netty:netty-common:4.1.29.Final"
41+
compile "io.netty:netty-handler:4.1.29.Final"
42+
compile "io.netty:netty-resolver:4.1.29.Final"
43+
compile "io.netty:netty-transport:4.1.29.Final"
4444
}
4545

4646
dependencyLicenses {

modules/transport-netty4/licenses/netty-buffer-4.1.28.Final.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c3809f72e4b535b343b7dfa3c0c8210dad2fa5ea

modules/transport-netty4/licenses/netty-codec-4.1.28.Final.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1651bc2e279216773c234cafe402d68d2a5adc90

modules/transport-netty4/licenses/netty-codec-http-4.1.28.Final.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
454688b88cea27a4d407202d1fc79a6522345b5e

modules/transport-netty4/licenses/netty-common-4.1.28.Final.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a5d6a735ed07d8f197daa48db7f097cfc971ee5e

modules/transport-netty4/licenses/netty-handler-4.1.28.Final.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)