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/03/13 05:04:24 UTC

[karaf-decanter] branch master updated: [KARAF-6491] Upgrade to mongodb 3.12.2

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 6baf6ed  [KARAF-6491] Upgrade to mongodb 3.12.2
     new 935083d  Merge pull request #133 from jbonofre/KARAF-6491
6baf6ed is described below

commit 6baf6ed483475439ee9d23dc3080762678930899
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Mar 10 17:56:35 2020 +0100

    [KARAF-6491] Upgrade to mongodb 3.12.2
---
 appender/mongodb/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appender/mongodb/pom.xml b/appender/mongodb/pom.xml
index 6210cf7..3b50777 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.2.2</version>
+            <version>3.12.2</version>
         </dependency>
     </dependencies>
 
@@ -102,4 +102,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>