You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2018/06/11 23:58:58 UTC

[kafka] branch 1.0 updated: MINOR: update jackson dependency (#5181)

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

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


The following commit(s) were added to refs/heads/1.0 by this push:
     new e1d0a97  MINOR: update jackson dependency (#5181)
e1d0a97 is described below

commit e1d0a9787854822c90fc1e15302948e2bdfcaffd
Author: Matthias J. Sax <mj...@apache.org>
AuthorDate: Mon Jun 11 16:58:52 2018 -0700

    MINOR: update jackson dependency (#5181)
    
    Reviewer: Ismael Juma <is...@confluent.io>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index f7027cf..b0edd64 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -52,7 +52,7 @@ versions += [
   argparse4j: "0.7.0",
   bcpkix: "1.58",
   easymock: "3.5",
-  jackson: "2.9.1",
+  jackson: "2.9.5",
   jetty: "9.2.22.v20170606",
   jersey: "2.25.1",
   jmh: "1.19",

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