Skip to content

Commit 8a92995

Browse files
committed
chore: update oracle database version
Signed-off-by: Otavio Santana <[email protected]>
1 parent ba6e04a commit 8a92995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jnosql-oracle-nosql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.oracle.nosql.sdk</groupId>
3939
<artifactId>nosqldriver</artifactId>
40-
<version>5.4.14</version>
40+
<version>5.4.15</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>${project.groupId}</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</scm>
3838

3939
<properties>
40-
<testcontainers.version>1.19.8</testcontainers.version>
40+
<testcontainers.version>1.20.1</testcontainers.version>
4141
<jnosql.test.integration>false</jnosql.test.integration>
4242
</properties>
4343

0 commit comments

Comments
 (0)