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 2018/09/25 08:14:38 UTC

[kafka] branch trunk updated: MINOR: Upgrade to Jackson 2.9.7 (#5662)

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

ijuma 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 81d1244  MINOR: Upgrade to Jackson 2.9.7 (#5662)
81d1244 is described below

commit 81d124440dfeaa421f9ef30e88924fc439f5b7bf
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Tue Sep 25 01:14:20 2018 -0700

    MINOR: Upgrade to Jackson 2.9.7 (#5662)
    
    This contains important fixes:
    
    https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.7
    
    Reviewers: Rajini Sivaram <ra...@googlemail.com>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index ee08320..2f6b795 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -53,7 +53,7 @@ versions += [
   argparse4j: "0.7.0",
   bcpkix: "1.59",
   easymock: "3.6",
-  jackson: "2.9.6",
+  jackson: "2.9.7",
   jetty: "9.4.12.v20180830",
   jersey: "2.27",
   jmh: "1.21",