You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/08/23 04:26:56 UTC

[camel] branch main updated: Upgrade dependencies

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 5bf77f4  Upgrade dependencies
5bf77f4 is described below

commit 5bf77f4dfb4efa656cad5b7eb0d53006f64c2891
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 23 06:25:12 2021 +0200

    Upgrade dependencies
---
 camel-dependencies/pom.xml |  8 ++++----
 parent/pom.xml             | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index bec648f..7ba49d5 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <abdera-version>1.1.3</abdera-version>
     <activemq-artemis-version>2.17.0</activemq-artemis-version>
-    <activemq-version>5.16.2</activemq-version>
+    <activemq-version>5.16.3</activemq-version>
     <ahc-version>2.12.3</ahc-version>
     <apache-any23-version>2.4</apache-any23-version>
     <apache-drill-version>1.19.0</apache-drill-version>
@@ -277,7 +277,7 @@
     <ivy-version>2.5.0</ivy-version>
     <jackrabbit-version>2.21.7</jackrabbit-version>
     <jackson-version>1.9.12</jackson-version>
-    <jackson2-version>2.12.3</jackson2-version>
+    <jackson2-version>2.12.4</jackson2-version>
     <jain-sip-ri-bundle-version>1.2.154_2</jain-sip-ri-bundle-version>
     <jakarta-api-version>2.1.5</jakarta-api-version>
     <jakarta-jaxb-version>2.3.3</jakarta-jaxb-version>
@@ -400,8 +400,8 @@
     <maven-shade-plugin-version>3.2.3</maven-shade-plugin-version>
     <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
     <maven-war-plugin-version>3.3.1</maven-war-plugin-version>
-    <metrics-version>4.1.22</metrics-version>
-    <micrometer-version>1.7.0</micrometer-version>
+    <metrics-version>4.1.25</metrics-version>
+    <micrometer-version>1.7.3</micrometer-version>
     <microprofile-config-version>2.0</microprofile-config-version>
     <microprofile-fault-tolerance-version>3.0</microprofile-fault-tolerance-version>
     <microprofile-health-version>3.1</microprofile-health-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index eaef22b..f601522 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -48,7 +48,7 @@
         <!-- dependency versions -->
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
-        <activemq-version>5.16.2</activemq-version>
+        <activemq-version>5.16.3</activemq-version>
         <activemq-artemis-version>2.17.0</activemq-artemis-version>
         <ahc-version>2.12.3</ahc-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
@@ -239,7 +239,7 @@
         <httpcore4-version>4.4.14</httpcore4-version>
         <httpclient4-version>4.5.13</httpclient4-version>
         <httpasyncclient-version>4.1.4</httpasyncclient-version>
-	<huaweicloud-obs-version>3.21.4.1</huaweicloud-obs-version>
+	    <huaweicloud-obs-version>3.21.4.1</huaweicloud-obs-version>
         <huaweicloud-sdk-version>3.0.32-rc</huaweicloud-sdk-version>
         <hystrix-version>1.5.18</hystrix-version>
         <ical4j-version>1.0.7</ical4j-version>
@@ -255,7 +255,7 @@
         <isorelax-jaxp-bridge-version>1.1</isorelax-jaxp-bridge-version>
         <ivy-version>2.5.0</ivy-version>
         <jackson-version>1.9.12</jackson-version>
-        <jackson2-version>2.12.3</jackson2-version>
+        <jackson2-version>2.12.4</jackson2-version>
         <jackrabbit-version>2.21.7</jackrabbit-version>
         <jain-sip-ri-bundle-version>1.2.154_2</jain-sip-ri-bundle-version>
         <jasminb-jsonapi-version>0.11</jasminb-jsonapi-version>
@@ -385,8 +385,8 @@
         <maven-shade-plugin-version>3.2.3</maven-shade-plugin-version>
         <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
         <maven-war-plugin-version>3.3.1</maven-war-plugin-version>
-        <metrics-version>4.1.22</metrics-version>
-        <micrometer-version>1.7.0</micrometer-version>
+        <metrics-version>4.1.25</metrics-version>
+        <micrometer-version>1.7.3</micrometer-version>
         <microprofile-config-version>2.0</microprofile-config-version>
         <microprofile-metrics-version>3.0</microprofile-metrics-version>
         <microprofile-health-version>3.1</microprofile-health-version>