You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2019/01/31 10:08:40 UTC

[brooklyn-server] 03/04: Bump versions to match karaf 4.2.2 and cxf 3.2.7

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit f48722cd1163890cc97dae7817298de4ad1eeee4
Author: Aled Sage <al...@gmail.com>
AuthorDate: Wed Jan 30 19:44:05 2019 +0000

    Bump versions to match karaf 4.2.2 and cxf 3.2.7
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index a659317..49aec73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,16 +116,16 @@
         <xpp3.servicemix.version>1.1.4c_7</xpp3.servicemix.version>
         <kxml2.servicemix.version>2.3.0_3</kxml2.servicemix.version>
         <!-- double-check downstream projects before changing jackson version -->
-        <fasterxml.jackson.version>2.9.6</fasterxml.jackson.version>
+        <fasterxml.jackson.version>2.9.7</fasterxml.jackson.version> <!-- To match cxf-jackson (from cxf-jaxrs) -->
         <cxf.version>3.2.7</cxf.version>
-        <httpcomponents.httpclient.version>4.5.2</httpcomponents.httpclient.version>
-        <httpcomponents.httpcore.version>4.4.4</httpcomponents.httpcore.version>
+        <httpcomponents.httpclient.version>4.5.6</httpcomponents.httpclient.version> <!-- To match cxf-http-async -->
+        <httpcomponents.httpcore.version>4.4.9</httpcomponents.httpcore.version> <!-- To match cxf-http-async -->
         <!-- @deprecated since 0.11 -->
-        <httpclient.version>4.5.2</httpclient.version> <!-- kept for compatibility in 0.11.0-SNAPSHOT, remove after -->
+        <httpclient.version>4.5.6</httpclient.version> <!-- kept for compatibility in 0.11.0-SNAPSHOT, remove after -->
         <commons-lang3.version>3.3.2</commons-lang3.version>
         <groovy.version>2.4.15</groovy.version> <!-- Version 2.4.7 supported by https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-2.9.1-Release-Notes; not sure what more recent will be -->
         <jsr305.version>2.0.1</jsr305.version>
-        <snakeyaml.version>1.22</snakeyaml.version>
+        <snakeyaml.version>1.23</snakeyaml.version> <!-- To match cxf-jackson -->
         <!-- Next version of swagger requires changes to how path mapping and scanner injection are done. -->
         <swagger.version>1.5.6</swagger.version>
         <gson.version>2.5</gson.version>
@@ -170,7 +170,7 @@
         <!-- Transitive dependencies, declared explicitly to avoid version mismatch -->
         <clojure.version>1.4.0</clojure.version>
         <clj-time.version>0.4.1</clj-time.version>
-        <commons-codec.version>1.9</commons-codec.version>
+        <commons-codec.version>1.10</commons-codec.version>
         <log4j.version>1.2.17</log4j.version>
         <commons-logging.version>1.2</commons-logging.version>
         <jsonSmart.version>2.3</jsonSmart.version>
@@ -220,7 +220,7 @@
 
         <jaxb.version>2.2.11</jaxb.version>
         <javax.activation.version>1.1.1</javax.activation.version>
-        <pax-web.version>7.2.3</pax-web.version><!-- match version from karaf 4.2.1 -->
+        <pax-web.version>7.2.5</pax-web.version><!-- match version from karaf 4.2.2 (from pax-web-core, from pax-http-jetty, from pax-http) -->
         <geronimo-ws-metadata_2.0_spec.version>1.1.3</geronimo-ws-metadata_2.0_spec.version>
     </properties>