You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2019/05/24 00:01:21 UTC

[kafka] branch 2.3 updated: MINOR: Update jackson to 2.9.9 (#6798)

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

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


The following commit(s) were added to refs/heads/2.3 by this push:
     new 148cca4  MINOR: Update jackson to 2.9.9 (#6798)
148cca4 is described below

commit 148cca4eac6edbca37e3f106950cf6247baf1352
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Thu May 23 17:00:33 2019 -0700

    MINOR: Update jackson to 2.9.9 (#6798)
    
    Important fix: https://github.com/FasterXML/jackson-databind/issues/2326
    
    Reviewers: Colin P. McCabe <cm...@apache.org>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index d0b897b..85a1607 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -58,7 +58,7 @@ versions += [
   grgit: "3.1.1",
   httpclient: "4.5.8",
   easymock: "4.0.2",
-  jackson: "2.9.8",
+  jackson: "2.9.9",
   jacoco: "0.8.3",
   jetty: "9.4.18.v20190429",
   jersey: "2.28",