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 d68044e commit 2b002b2Copy full SHA for 2b002b2
CHANGELOG.adoc
@@ -16,6 +16,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
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
+- Update Couchbase driver to 3.8.1
20
- Changed Neo4JDatabaseManagerFactory's constructor visibility to protected
21
22
=== Fixed
jnosql-couchbase/pom.xml
@@ -48,7 +48,7 @@
48
<dependency>
49
<groupId>com.couchbase.client</groupId>
50
<artifactId>java-client</artifactId>
51
- <version>3.7.6</version>
+ <version>3.8.1</version>
52
</dependency>
53
54
<groupId>org.testcontainers</groupId>
0 commit comments