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 2020/11/26 07:35:54 UTC

[camel] branch master updated (6a76e11 -> 4b09933)

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 6a76e11  Correctly reflect the default JsonLibrary in doco
     new 068b9c2  Upgrade Mockito to version 3.6.28
     new 4b09933  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 4b099330fec31a28db92650d4c3d8d5770dfdb8d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 26 08:35:09 2020 +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 ae78b48..9c14d4e 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -434,7 +434,7 @@
     <minimal-json-version>0.9.5</minimal-json-version>
     <minio-version>7.1.4</minio-version>
     <mock-javamail-version>1.9</mock-javamail-version>
-    <mockito-version>3.6.0</mockito-version>
+    <mockito-version>3.6.28</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.6.28

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 068b9c26429326adfef9823f8fde62137fe4e881
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 26 08:28:53 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5c5d7a9..ccfee86 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -421,7 +421,7 @@
         <minio-version>7.1.4</minio-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.1.8</mockwebserver-version>
-        <mockito-version>3.6.0</mockito-version>
+        <mockito-version>3.6.28</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>