This is an automated email from the ASF dual-hosted git repository.
manikumar pushed a commit to branch 2.7
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.7 by this push:
new 3b7cc02 KAFKA-12389: Upgrade of netty-codec due to CVE-2021-21290
3b7cc02 is described below
commit 3b7cc02d4da2fd48e2e2c555c0930c278747baca
Author: Lee Dongjin <[email protected]>
AuthorDate: Wed Mar 3 09:45:24 2021 +0530
KAFKA-12389: Upgrade of netty-codec due to CVE-2021-21290
This security vulnerability was found in netty-codec-http, but [caused by
netty
itself](https://github.com/netty/netty/commit/c735357bf29d07856ad171c6611a2e1a0e0000ec)
and [fixed in
4.1.59.Final](https://github.com/netty/netty/security/advisories/GHSA-5mcr-gq6c-3hq2).
So, upgrade the netty version from 4.1.51.Final to 4.1.59.Final.
Author: Lee Dongjin <[email protected]>
Reviewers: Manikumar Reddy <[email protected]>
Closes #10235 from dongjinleekr/feature/KAFKA-12389
(cherry picked from commit 4b3e3a9e86a8293282095d15709c1aa56c526ddf)
Signed-off-by: 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 f41397c..5ec1f14 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -97,7 +97,7 @@ versions += [
mavenArtifact: "3.6.3",
metrics: "2.2.0",
mockito: "3.5.7",
- netty: "4.1.51.Final",
+ netty: "4.1.59.Final",
owaspDepCheckPlugin: "5.3.2.1",
powermock: "2.0.7",
reflections: "0.9.12",