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/08/26 13:15:32 UTC

[camel] branch main updated (69e6510 -> 988ffd2)

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 69e6510  Polish and cleanup documentation
     new d90fc4d  Upgrade Mockito to version 3.12.4
     new 988ffd2  Sync deps and Regen

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 and Regen

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 988ffd2d9e0a61f40a1fc4fc79f233748618918e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 26 15:14:35 2021 +0200

    Sync deps and Regen
---
 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 befeae5..b62deff 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -415,7 +415,7 @@
     <minimal-json-version>0.9.5</minimal-json-version>
     <minio-version>8.3.0</minio-version>
     <mock-javamail-version>1.9</mock-javamail-version>
-    <mockito-version>3.12.3</mockito-version>
+    <mockito-version>3.12.4</mockito-version>
     <mockwebserver-version>0.1.8</mockwebserver-version>
     <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
     <mongo-java-driver-version>4.1.0</mongo-java-driver-version>

[camel] 01/02: Upgrade Mockito to version 3.12.4

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 d90fc4d7df35a6358917306e6be9e91e17651cef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 26 15:07:54 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 2396877..67a912f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -401,7 +401,7 @@
         <minio-version>8.3.0</minio-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.1.8</mockwebserver-version>
-        <mockito-version>3.12.3</mockito-version>
+        <mockito-version>3.12.4</mockito-version>
         <mongo-java-driver-version>4.1.0</mongo-java-driver-version>
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
         <msv-version>2013.6.1</msv-version>