You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/12/01 06:30:36 UTC

[karaf-decanter] branch master updated: [KARAF-6946] Upgrade to mongodb java driver 3.12.7

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 08e7782  [KARAF-6946] Upgrade to mongodb java driver 3.12.7
     new 1d12d15  Merge pull request #196 from jbonofre/KARAF-6946
08e7782 is described below

commit 08e7782f2e7528599e4a8efbba962db779502915
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Nov 30 18:44:58 2020 +0100

    [KARAF-6946] Upgrade to mongodb java driver 3.12.7
---
 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 e3c4e64..109bd67 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.5</version>
+            <version>3.12.7</version>
         </dependency>
     </dependencies>