This is an automated email from the ASF dual-hosted git repository. orudyy pushed a commit to branch 7.1.x in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
commit 47eda680c73aa965b37b0e104662209653b4e38f Author: Alex Rudyy <oru...@apache.org> 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 (cherry picked from commit 0f663dff17cc26ed7d1636bbbb241d320e6744f5) --- .../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 d650daf..471da84 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 136eff4..8f9085c 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,8 @@ <derby-version>10.13.1.1</derby-version> <logback-version>1.2.2</logback-version> <guava-version>27.0-jre</guava-version> - <fasterxml-jackson-version>2.9.8</fasterxml-jackson-version> + <fasterxml-jackson-version>2.9.9</fasterxml-jackson-version> + <fasterxml-jackson-databind-version>2.9.9.1</fasterxml-jackson-databind-version> <slf4j-version>1.7.25</slf4j-version> <jetty-version>9.4.12.v20180830</jetty-version> @@ -527,7 +528,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>${fasterxml-jackson-version}</version> + <version>${fasterxml-jackson-databind-version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org