You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by sh...@apache.org on 2022/07/05 06:16:31 UTC

[kafka] branch trunk updated: Upgrade Netty and Jackson versions for CVE fixes [KAFKA-14044] (#12376)

This is an automated email from the ASF dual-hosted git repository.

showuon pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new aa735062eb Upgrade Netty and Jackson versions for CVE fixes [KAFKA-14044] (#12376)
aa735062eb is described below

commit aa735062eb420fbf964f1df6467d6e371c5a5794
Author: Thomas Cooper <co...@tomcooper.dev>
AuthorDate: Tue Jul 5 07:16:18 2022 +0100

    Upgrade Netty and Jackson versions for CVE fixes [KAFKA-14044] (#12376)
    
    Reviewers: Luke Chen <sh...@gmail.com>
---
 gradle/dependencies.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index baf5533304..92c098851c 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -66,8 +66,8 @@ versions += [
   grgit: "4.1.1",
   httpclient: "4.5.13",
   easymock: "4.3",
-  jackson: "2.12.6",
-  jacksonDatabind: "2.12.6.1",
+  jackson: "2.13.3",
+  jacksonDatabind: "2.13.3",
   jacoco: "0.8.7",
   javassist: "3.27.0-GA",
   jetty: "9.4.44.v20210927",
@@ -105,7 +105,7 @@ versions += [
   mavenArtifact: "3.8.4",
   metrics: "2.2.0",
   mockito: "4.4.0",
-  netty: "4.1.73.Final",
+  netty: "4.1.78.Final",
   powermock: "2.0.9",
   reflections: "0.9.12",
   reload4j: "1.2.19",