From commits-return-48521-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Thu Jul 4 16:25:05 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 17E3F180609 for ; Thu, 4 Jul 2019 18:25:04 +0200 (CEST) Received: (qmail 45369 invoked by uid 500); 4 Jul 2019 16:25:04 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 45259 invoked by uid 99); 4 Jul 2019 16:25:04 -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, 04 Jul 2019 16:25:04 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2672587AD9; Thu, 4 Jul 2019 16:25:04 +0000 (UTC) Date: Thu, 04 Jul 2019 16:25:06 +0000 To: "commits@qpid.apache.org" Subject: [qpid-broker-j] 02/05: QPID-8329: [Broker-J] Upgrade jackson-core dependency to version 2.9.9 and jackson-databind dependecy to version 2.9.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: orudyy@apache.org In-Reply-To: <156225750405.14393.9024624135328386241@gitbox.apache.org> References: <156225750405.14393.9024624135328386241@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-broker-j X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 0f663dff17cc26ed7d1636bbbb241d320e6744f5 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190704162504.2672587AD9@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. orudyy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git commit 0f663dff17cc26ed7d1636bbbb241d320e6744f5 Author: Alex Rudyy AuthorDate: Thu Jul 4 15:01:37 2019 +0100 QPID-8329: [Broker-J] Upgrade jackson-core dependency to version 2.9.9 and jackson-databind dependecy to version 2.9.9.1 --- .../src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE | 4 ++-- .../src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE | 4 ++-- pom.xml | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE index 3a810a9..9e4887e 100644 --- a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE +++ b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE @@ -39,9 +39,9 @@ From: 'Apache Software Foundation' (http://db.apache.org/) From: 'FasterXML' (http://fasterxml.com/) - Jackson-annotations (http://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:bundle:2.9.0 License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - - Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:bundle:2.9.8 + - Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:bundle:2.9.9 License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - - jackson-databind (http://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:bundle:2.9.8 + - jackson-databind (http://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:bundle:2.9.9.1 License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) From: 'GlassFish Community' (https://glassfish.dev.java.net) diff --git a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE index eeb94dc..620ee25 100644 --- a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE +++ b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE @@ -35,9 +35,9 @@ From: 'Apache Software Foundation' (http://www.apache.org) From: 'FasterXML' (http://fasterxml.com/) - Jackson-annotations (http://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:bundle:2.9.0 License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - - Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:bundle:2.9.8 + - Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:bundle:2.9.9 License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - - jackson-databind (http://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:bundle:2.9.8 + - jackson-databind (http://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:bundle:2.9.9.1 License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) From: 'QOS.ch' (http://www.qos.ch) diff --git a/pom.xml b/pom.xml index 7dda64b..0538b3c 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,8 @@ 10.14.2.0 1.2.2 27.0-jre - 2.9.8 + 2.9.9 + 2.9.9.1 1.7.25 9.4.12.v20180830 @@ -527,7 +528,7 @@ com.fasterxml.jackson.core jackson-databind - ${fasterxml-jackson-version} + ${fasterxml-jackson-databind-version} org.slf4j --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org