This is an automated email from the ASF dual-hosted git repository.
dajac 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 d4af654 MINOR: Upgrade netty to 4.1.73.Final (#11708)
d4af654 is described below
commit d4af6541003a564724c8f04cbb4db2d4cc81a12b
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 0a757fa..5760d3b 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -100,7 +100,7 @@ versions += [
mavenArtifact: "3.8.1",
metrics: "2.2.0",
mockito: "3.6.0",
- netty: "4.1.62.Final",
+ netty: "4.1.73.Final",
owaspDepCheckPlugin: "6.0.3",
powermock: "2.0.9",
reflections: "0.9.12",