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 2021/04/21 05:51:06 UTC

[camel] branch main updated (625331a -> 166797b)

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

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


    from 625331a  Sync deps and regen
     new 06d8304  Upgrade Minio to version 8.2.1
     new 166797b  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] 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 main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 166797b2d0859113678b9a7bec92a131b2e6a5c0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 21 07:50:28 2021 +0200

    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 acac097..3d9c9ef 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -427,7 +427,7 @@
     <mina-version>2.1.4</mina-version>
     <minidns-version>0.3.4</minidns-version>
     <minimal-json-version>0.9.5</minimal-json-version>
-    <minio-version>8.2.0</minio-version>
+    <minio-version>8.2.1</minio-version>
     <mock-javamail-version>1.9</mock-javamail-version>
     <mockito-version>3.9.0</mockito-version>
     <mockwebserver-version>0.1.8</mockwebserver-version>

[camel] 01/02: Upgrade Minio to version 8.2.1

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

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

commit 06d8304e999ed9665c56923c24b8f0d17a85b8ea
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 21 07:45:31 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 87eacdd..d1ed4c0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -413,7 +413,7 @@
         <mina-version>2.1.4</mina-version>
         <minidns-version>0.3.4</minidns-version>
         <minimal-json-version>0.9.5</minimal-json-version>
-        <minio-version>8.2.0</minio-version>
+        <minio-version>8.2.1</minio-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.1.8</mockwebserver-version>
         <mockito-version>3.9.0</mockito-version>