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/06/13 21:47:19 UTC

[kafka] branch 2.0 updated: MINOR: Upgrade Jackson to 2.9.6

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

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


The following commit(s) were added to refs/heads/2.0 by this push:
     new ab757a1  MINOR: Upgrade Jackson to 2.9.6
ab757a1 is described below

commit ab757a1890b07af0b1793ed4148e425e83f3e1fc
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Wed Jun 13 14:46:05 2018 -0700

    MINOR: Upgrade Jackson to 2.9.6
    
    Upgrade strongly recommended due to security fixes for
    jackson-databind (same as ones in 2.7.9.4 and 2.8.11.2).
    
    Reviewers: Matthias J. Sax <ma...@confluent.io>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index c9f6f03..cbe42c1 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.5",
+  jackson: "2.9.6",
   jetty: "9.4.10.v20180503",
   jersey: "2.27",
   jmh: "1.21",

-- 
To stop receiving notification emails like this one, please contact
ijuma@apache.org.