You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2018/03/19 13:32:29 UTC

qpid-broker-j git commit: QPID-8136: [Broker-J] [Jackson] Update dependency from 2.8.7 to 2.8.11

Repository: qpid-broker-j
Updated Branches:
  refs/heads/7.0.x 699533530 -> 8ef118e74


QPID-8136: [Broker-J] [Jackson] Update dependency from 2.8.7 to 2.8.11


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/8ef118e7
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/8ef118e7
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/8ef118e7

Branch: refs/heads/7.0.x
Commit: 8ef118e749a835a80f69612b4e788694b97282f0
Parents: 6995335
Author: Keith Wall <kw...@apache.org>
Authored: Mon Mar 19 13:24:22 2018 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Mon Mar 19 13:24:36 2018 +0000

----------------------------------------------------------------------
 .../assembly/dependency-verification/DEPENDENCIES_REFERENCE     | 4 ++--
 .../assembly/dependency-verification/DEPENDENCIES_REFERENCE     | 4 ++--
 pom.xml                                                         | 5 +++--
 3 files changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/8ef118e7/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
----------------------------------------------------------------------
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 b99c4c2..a5bfddf 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
@@ -41,9 +41,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.8.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.8.7
+  - Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:bundle:2.8.11
     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.8.7
+  - jackson-databind (http://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:bundle:2.8.11.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)

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/8ef118e7/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
----------------------------------------------------------------------
diff --git a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index a4476a7..66d6090 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.8.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.8.7
+  - Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:bundle:2.8.11
     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.8.7
+  - jackson-databind (http://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:bundle:2.8.11.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)

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/8ef118e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8b7c018..23169df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,8 @@
     <derby-version>10.13.1.1</derby-version>
     <logback-version>1.2.2</logback-version>
     <guava-version>22.0</guava-version>
-    <fasterxml-jackson-version>2.8.7</fasterxml-jackson-version>
+    <fasterxml-jackson-version>2.8.11</fasterxml-jackson-version>
+    <fasterxml-jackson-databind-version>2.8.11.1</fasterxml-jackson-databind-version>
     <slf4j-version>1.7.25</slf4j-version>
     <jetty-version>9.4.3.v20170317</jetty-version>
 
@@ -477,7 +478,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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org