This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a commit to branch 2.8
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.8 by this push:
new 6703cc2 KAFKA-12583: Upgrade netty to 4.1.62.Final
6703cc2 is described below
commit 6703cc201925eea38a1e41179b65016c0912526a
Author: Lee Dongjin <[email protected]>
AuthorDate: Thu Apr 1 00:45:30 2021 +0900
KAFKA-12583: Upgrade netty to 4.1.62.Final
Reviewers: Ismael Juma <[email protected]>
---
gradle/dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index b472c21..d969e33 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -100,7 +100,7 @@ versions += [
mavenArtifact: "3.6.3",
metrics: "2.2.0",
mockito: "3.6.0",
- netty: "4.1.59.Final",
+ netty: "4.1.62.Final",
owaspDepCheckPlugin: "6.0.3",
powermock: "2.0.9",
reflections: "0.9.12",