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/04/12 17:26:11 UTC

[kafka] 03/04: MINOR: Update Jackson to 2.9.5 (#4776)

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

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

commit e37a4c1a6889030871b3d02648a3f298dbf5593b
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Tue Mar 27 23:08:07 2018 -0700

    MINOR: Update Jackson to 2.9.5 (#4776)
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index c4f80b7..effe763 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -53,7 +53,7 @@ versions += [
   argparse4j: "0.7.0",
   bcpkix: "1.59",
   easymock: "3.5.1",
-  jackson: "2.9.4",
+  jackson: "2.9.5",
   jetty: "9.2.24.v20180105",
   jersey: "2.25.1",
   jmh: "1.20",

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