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 89c4d04 [KARAF-7026] Upgrade to orientdb-client 3.1.7
new 22eb143 Merge pull request #237 from jbonofre/KARAF-7026
89c4d04 is described below
commit 89c4d04758c78b4c44ca13c088bfedbefa1087d4
Author: jbonofre <[email protected]>
AuthorDate: Fri Feb 5 07:38:56 2021 +0100
[KARAF-7026] Upgrade to orientdb-client 3.1.7
---
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 2949993..fd3e6ae 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.1.5</version>
+ <version>3.1.7</version>
</dependency>
<!-- test -->