You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/14 08:50:19 UTC

(camel) branch main updated: Bump mongo-java-driver-version from 4.11.1 to 5.0.0 (#13476)

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

davsclaus 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 6fe4706f1ff Bump mongo-java-driver-version from 4.11.1 to 5.0.0 (#13476)
6fe4706f1ff is described below

commit 6fe4706f1ff4051bebe109f6bdd28fd35d737f77
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 14 09:50:13 2024 +0100

    Bump mongo-java-driver-version from 4.11.1 to 5.0.0 (#13476)
    
    Bumps `mongo-java-driver-version` from 4.11.1 to 5.0.0.
    
    Updates `org.mongodb:mongodb-driver-core` from 4.11.1 to 5.0.0
    - [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
    - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r5.0.0)
    
    Updates `org.mongodb:mongodb-driver-sync` from 4.11.1 to 5.0.0
    - [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
    - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r5.0.0)
    
    Updates `org.mongodb:bson` from 4.11.1 to 5.0.0
    - [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
    - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r4.11.1...r5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mongodb:mongodb-driver-core
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.mongodb:mongodb-driver-sync
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.mongodb:bson
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ad7b8906b54..35c7c7b3dd9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -350,7 +350,7 @@
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>6.10.0</mockwebserver-version>
         <mockito-version>5.11.0</mockito-version>
-        <mongo-java-driver-version>4.11.1</mongo-java-driver-version>
+        <mongo-java-driver-version>5.0.0</mongo-java-driver-version>
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
         <msal4j-version>1.14.3</msal4j-version>
         <mustache-java-version>0.9.11</mustache-java-version>