You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/13 13:14:03 UTC

[camel] branch master updated (b8cc27f -> 17ea438)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from b8cc27f  Sync deps
     new cd5dc8c  Upgrade Micrometer to version 1.6.1
     new 17ea438  Sync deps

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Upgrade Micrometer to version 1.6.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cd5dc8c97b430000383b214153eececc31643007
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 13 13:41:45 2020 +0100

    Upgrade Micrometer to version 1.6.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3f38c70..b8e1845 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -407,7 +407,7 @@
         <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
         <maven-war-plugin-version>3.2.3</maven-war-plugin-version>
         <metrics-version>4.1.12.1</metrics-version>
-        <micrometer-version>1.5.5</micrometer-version>
+        <micrometer-version>1.6.1</micrometer-version>
         <microprofile-config-version>1.4</microprofile-config-version>
         <microprofile-metrics-version>2.3</microprofile-metrics-version>
         <microprofile-health-version>2.2</microprofile-health-version>


[camel] 02/02: Sync deps

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 17ea438f4c9be573dc30ee858d1adbda1701aedb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 13 14:07:56 2020 +0100

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 5dbe794..6819b92 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -421,7 +421,7 @@
     <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
     <maven-war-plugin-version>3.2.3</maven-war-plugin-version>
     <metrics-version>4.1.12.1</metrics-version>
-    <micrometer-version>1.5.5</micrometer-version>
+    <micrometer-version>1.6.1</micrometer-version>
     <microprofile-config-version>1.4</microprofile-config-version>
     <microprofile-fault-tolerance-version>2.1</microprofile-fault-tolerance-version>
     <microprofile-health-version>2.2</microprofile-health-version>