You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2022/03/01 17:03:41 UTC

[kafka] branch 3.0 updated: KAFKA-13579: Patch upgrade of netty/jetty/jackson (#11656)

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

mimaison 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 ac91fec  KAFKA-13579: Patch upgrade of netty/jetty/jackson (#11656)
ac91fec is described below

commit ac91fecbd2c1fad7a80a9e9845aae10621756fd7
Author: Luke Chen <sh...@gmail.com>
AuthorDate: Thu Feb 3 06:21:25 2022 +0800

    KAFKA-13579: Patch upgrade of netty/jetty/jackson (#11656)
    
    Reviewers: Ismael Juma <ismael@juma.me.uk
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index ce3be06..d1d6470 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -66,7 +66,7 @@ versions += [
   grgit: "4.1.1",
   httpclient: "4.5.13",
   easymock: "4.3",
-  jackson: "2.12.3",
+  jackson: "2.12.6",
   jacoco: "0.8.7",
   javassist: "3.27.0-GA",
   jetty: "9.4.44.v20210927",