This is an automated email from the ASF dual-hosted git repository.
dajac pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.0 by this push:
new 4086fc9 MINOR: Upgrade netty to 4.1.73.Final (#11708)
4086fc9 is described below
commit 4086fc9c4e71c5e4d2df5a929c112ba1b0fb607a
Author: David Jacot <[email protected]>
AuthorDate: Tue Jan 25 08:59:47 2022 +0100
MINOR: Upgrade netty to 4.1.73.Final (#11708)
Changelog:
https://github.com/netty/netty/issues?q=is%3Aclosed+milestone%3A4.1.73.Final
Reviewers: Manikumar Reddy <[email protected]>
---
gradle/dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 45b8ef8..ce3be06 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -101,7 +101,7 @@ versions += [
mavenArtifact: "3.8.1",
metrics: "2.2.0",
mockito: "3.9.0",
- netty: "4.1.62.Final",
+ netty: "4.1.73.Final",
powermock: "2.0.9",
reflections: "0.9.12",
rocksDB: "6.19.3",