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 2022/11/22 07:03:27 UTC

[camel] branch main updated (4cb46b8fd50 -> 33d2ebfd685)

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 4cb46b8fd50 [CAMEL-18722] Fixed metadata handling
     new 09c34bb48fd Upgrade Minio to version 8.4.6
     new 33d2ebfd685 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 33d2ebfd68541eaf03634c97f30abc344066ee7b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 22 08:00:20 2022 +0100

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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 c7903f5d3de..df505f7b625 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -414,7 +414,7 @@
     <mina-version>2.1.6</mina-version>
     <minidns-version>0.3.4</minidns-version>
     <minimal-json-version>0.9.5</minimal-json-version>
-    <minio-version>8.4.5</minio-version>
+    <minio-version>8.4.6</minio-version>
     <mock-javamail-version>1.9</mock-javamail-version>
     <mockito-version>3.12.4</mockito-version>
     <mockwebserver-version>0.2.2</mockwebserver-version>


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

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 09c34bb48fdbdfe53392681cfba604da79e46c79
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 22 07:21:51 2022 +0100

    Upgrade Minio to version 8.4.6
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5d1ddde8a1f..2abd0899fe5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -400,7 +400,7 @@
         <mina-version>2.1.6</mina-version>
         <minidns-version>0.3.4</minidns-version>
         <minimal-json-version>0.9.5</minimal-json-version>
-        <minio-version>8.4.5</minio-version>
+        <minio-version>8.4.6</minio-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.2.2</mockwebserver-version>
         <mockito-version>3.12.4</mockito-version>