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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 179ddba7 [KARAF-7661] Upgrade to mongo-java-driver 3.12.11
     new d9955ff1 Merge pull request #315 from jbonofre/KARAF-7661
179ddba7 is described below

commit 179ddba7e139e3f79a84f01b93f4f76b08868a59
Author: JB Onofré <[email protected]>
AuthorDate: Fri Feb 3 18:28:43 2023 +0100

    [KARAF-7661] Upgrade to mongo-java-driver 3.12.11
---
 appender/mongodb/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appender/mongodb/pom.xml b/appender/mongodb/pom.xml
index 53376317..e683f229 100644
--- a/appender/mongodb/pom.xml
+++ b/appender/mongodb/pom.xml
@@ -45,7 +45,7 @@
         <dependency>
             <groupId>org.mongodb</groupId>
             <artifactId>mongo-java-driver</artifactId>
-            <version>3.12.10</version>
+            <version>3.12.11</version>
         </dependency>
     </dependencies>
 

Reply via email to