From commits-return-9362-apmail-kafka-commits-archive=kafka.apache.org@kafka.apache.org Thu Apr 12 17:26:10 2018 Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4ABB51869B for ; Thu, 12 Apr 2018 17:26:10 +0000 (UTC) Received: (qmail 425 invoked by uid 500); 12 Apr 2018 17:26:09 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 257 invoked by uid 500); 12 Apr 2018 17:26:09 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 103 invoked by uid 99); 12 Apr 2018 17:26:09 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2018 17:26:09 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 36F0782FCA; Thu, 12 Apr 2018 17:26:09 +0000 (UTC) Date: Thu, 12 Apr 2018 17:26:11 +0000 To: "commits@kafka.apache.org" Subject: [kafka] 03/04: MINOR: Update Jackson to 2.9.5 (#4776) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: ijuma@apache.org In-Reply-To: <152355396831.26539.10747212965686949578@gitbox.apache.org> References: <152355396831.26539.10747212965686949578@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: kafka X-Git-Refname: refs/heads/1.1 X-Git-Reftype: branch X-Git-Rev: e37a4c1a6889030871b3d02648a3f298dbf5593b X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180412172609.36F0782FCA@gitbox.apache.org> 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 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.