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/02/22 07:34:24 UTC

[camel] branch master updated (a53edc3 -> f5dc36b)

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

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


    from a53edc3  Use adoptopenjdk_hotspot_8u282 for Jenkinsfile full pipeline
     new 98d3c78  Upgrade Minio to version 8.1.0
     new f5dc36b  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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f5dc36b7d600f003e738812aabdac3f6f875aaac
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 22 08:20:52 2021 +0100

    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 7e57562..8c7fc3f 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -423,7 +423,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.0.3</minio-version>
+    <minio-version>8.1.0</minio-version>
     <mock-javamail-version>1.9</mock-javamail-version>
     <mockito-version>3.7.7</mockito-version>
     <mockwebserver-version>0.1.8</mockwebserver-version>


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

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

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

commit 98d3c7871b697c8b9cef19b00e8ba03f507c42e6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 22 08:16:23 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index b70b44f..aa8c2bbe 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -409,7 +409,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.0.3</minio-version>
+        <minio-version>8.1.0</minio-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.1.8</mockwebserver-version>
         <mockito-version>3.7.7</mockito-version>