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/07/11 08:48:40 UTC

[camel] branch mongodb created (now 8e3196b3ba1)

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

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


      at 8e3196b3ba1 Upgrade MongoDB Java Driver to version 4.10.1

This branch includes the following new commits:

     new 8e3196b3ba1 Upgrade MongoDB Java Driver to version 4.10.1

The 1 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.



[camel] 01/01: Upgrade MongoDB Java Driver to version 4.10.1

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

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

commit 8e3196b3ba1647d85ace1b0bddd76e58a402ca8e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 11 10:44:17 2023 +0200

    Upgrade MongoDB Java Driver to version 4.10.1
    
    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 ee1283b1f6a..ab5500214d1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -357,7 +357,7 @@
         <mock-javamail-version>2.0</mock-javamail-version>
         <mockwebserver-version>0.2.2</mockwebserver-version>
         <mockito-version>3.12.4</mockito-version>
-        <mongo-java-driver-version>4.9.0</mongo-java-driver-version>
+        <mongo-java-driver-version>4.10.1</mongo-java-driver-version>
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
         <msal4j-version>1.13.8</msal4j-version>
         <mustache-java-version>0.9.10</mustache-java-version>