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 2023/08/23 05:33:07 UTC

[camel] branch main updated: Upgrade Minio to version 8.5.5 (#11180)

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


The following commit(s) were added to refs/heads/main by this push:
     new a1f34de100e Upgrade Minio to version 8.5.5 (#11180)
a1f34de100e is described below

commit a1f34de100e5f10b5e3cc608a5207923b57b4035
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 23 07:33:01 2023 +0200

    Upgrade Minio to version 8.5.5 (#11180)
    
    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 6e0c93d35dd..debafce4591 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -342,7 +342,7 @@
         <mina-version>2.2.2</mina-version>
         <minidns-version>0.3.4</minidns-version>
         <minimal-json-version>0.9.5</minimal-json-version>
-        <minio-version>8.5.4</minio-version>
+        <minio-version>8.5.5</minio-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.2.2</mockwebserver-version>
         <mockito-version>3.12.4</mockito-version>