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 2022/10/05 11:24:30 UTC

[camel] branch camel-3.18.x updated: Upgrade milo-version to 0.6.8 (#8354) (#8477)

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

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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new 178258e1726 Upgrade milo-version to 0.6.8 (#8354) (#8477)
178258e1726 is described below

commit 178258e1726597edf758cfe1ef9ea724ceb23d41
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Wed Oct 5 07:24:22 2022 -0400

    Upgrade milo-version to 0.6.8 (#8354) (#8477)
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index e00f1e81ea3..85f1476ac04 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -409,7 +409,7 @@
     <microprofile-fault-tolerance-version>3.0</microprofile-fault-tolerance-version>
     <microprofile-metrics-version>3.0.1</microprofile-metrics-version>
     <milo-guava-version>31.1-jre</milo-guava-version>
-    <milo-version>0.6.6</milo-version>
+    <milo-version>0.6.8</milo-version>
     <mina-version>2.1.6</mina-version>
     <minidns-version>0.3.4</minidns-version>
     <minimal-json-version>0.9.5</minimal-json-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 6e76b2d27f8..d49157e1593 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -395,7 +395,7 @@
         <microprofile-config-version>2.0.1</microprofile-config-version>
         <microprofile-metrics-version>3.0.1</microprofile-metrics-version>
         <microprofile-fault-tolerance-version>3.0</microprofile-fault-tolerance-version>
-        <milo-version>0.6.6</milo-version>
+        <milo-version>0.6.8</milo-version>
         <milo-guava-version>31.1-jre</milo-guava-version>
         <mina-version>2.1.6</mina-version>
         <minidns-version>0.3.4</minidns-version>