This is an automated email from the ASF dual-hosted git repository.
manikumar 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 d463818 y
d463818 is described below
commit d4638186820a51fd1e49a21c8a15dcdd66635463
Author: Lee Dongjin <[email protected]>
AuthorDate: Wed Mar 3 09:45:24 2021 +0530
y
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 4ff9ac7..512ffbe 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.51.Final",
+ netty: "4.1.59.Final",
owaspDepCheckPlugin: "6.0.3",
powermock: "2.0.9",
reflections: "0.9.12",