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/10/10 08:21:24 UTC

[camel] branch main updated: Upgrade Minio to version 8.5.6 (#11677)

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 f6c2c24527f Upgrade Minio to version 8.5.6 (#11677)
f6c2c24527f is described below

commit f6c2c24527ff363d07d00879b6b6a44995b7aa55
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 10 10:21:15 2023 +0200

    Upgrade Minio to version 8.5.6 (#11677)
    
    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 90d93e0515d..38441a09f1f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -338,7 +338,7 @@
         <mina-version>2.2.3</mina-version>
         <minidns-version>0.3.4</minidns-version>
         <minimal-json-version>0.9.5</minimal-json-version>
-        <minio-version>8.5.5</minio-version>
+        <minio-version>8.5.6</minio-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.2.2</mockwebserver-version>
         <mockito-version>5.2.0</mockito-version>