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 5493e88 commit 1472d4cCopy full SHA for 1472d4c
CHANGELOG.adoc
@@ -19,6 +19,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
19
- Update DynamioDB version to 2.37.5
20
- Update Hazelcast to version 5.6.0
21
- Update Redis driver to version 7.0.0
22
+- Update Oracle driver to version 5.4.18
23
24
== [1.1.10] - 2025-08-19
25
jnosql-oracle-nosql/pom.xml
@@ -38,7 +38,7 @@
38
<dependency>
39
<groupId>com.oracle.nosql.sdk</groupId>
40
<artifactId>nosqldriver</artifactId>
41
- <version>5.4.17</version>
+ <version>5.4.18</version>
42
</dependency>
43
44
<groupId>${project.groupId}</groupId>
0 commit comments