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/16 06:16:51 UTC

[karaf-decanter] branch master updated: [KARAF-6642] Upgrade to orientdb-client 3.0.29

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 18e1d7c  [KARAF-6642] Upgrade to orientdb-client 3.0.29
     new 661c84c  Merge pull request #141 from jbonofre/KARAF-6642
18e1d7c is described below

commit 18e1d7c7e83c4efa0c46f0fdbb8044a171e8ff38
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Mar 16 06:00:03 2020 +0100

    [KARAF-6642] Upgrade to orientdb-client 3.0.29
---
 appender/orientdb/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appender/orientdb/pom.xml b/appender/orientdb/pom.xml
index 3115735..ee0f7fc 100644
--- a/appender/orientdb/pom.xml
+++ b/appender/orientdb/pom.xml
@@ -45,7 +45,7 @@
         <dependency>
             <groupId>com.orientechnologies</groupId>
             <artifactId>orientdb-client</artifactId>
-            <version>3.0.26</version>
+            <version>3.0.29</version>
         </dependency>
 
         <!-- test -->