We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8aaf7 commit c71c82cCopy full SHA for c71c82c
CHANGELOG.adoc
@@ -15,6 +15,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
15
- Update Elasticsearch driver to 8.17.4
16
- Update Oracle NoSQL driver to 5.4.17
17
- Update Neo4J driver to 5.28.5
18
+- Update OrientDB driver to 3.2.39
19
- Changed Neo4JDatabaseManagerFactory's constructor visibility to protected
20
21
=== Fixed
jnosql-orientdb/pom.xml
@@ -34,7 +34,7 @@
34
<dependency>
35
<groupId>com.orientechnologies</groupId>
36
<artifactId>orientdb-graphdb</artifactId>
37
- <version>3.2.36</version>
+ <version>3.2.39</version>
38
</dependency>
39
40
<groupId>${project.groupId}</groupId>
0 commit comments