Skip to content

Commit c71c82c

Browse files
committed
chore: update orientdb version
Signed-off-by: Otavio Santana <[email protected]>
1 parent 5b8aaf7 commit c71c82c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
1515
- Update Elasticsearch driver to 8.17.4
1616
- Update Oracle NoSQL driver to 5.4.17
1717
- Update Neo4J driver to 5.28.5
18+
- Update OrientDB driver to 3.2.39
1819
- Changed Neo4JDatabaseManagerFactory's constructor visibility to protected
1920

2021
=== Fixed

jnosql-orientdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.orientechnologies</groupId>
3636
<artifactId>orientdb-graphdb</artifactId>
37-
<version>3.2.36</version>
37+
<version>3.2.39</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)