Skip to content

Commit 7cf9568

Browse files
committed
updates mongodb driver to 4.2.1
1 parent b38c271 commit 7cf9568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hbase-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.apache.hbase</groupId>
3737
<artifactId>hbase-client</artifactId>
38-
<version>2.3.2</version>
38+
<version>2.4.1</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>jakarta.nosql.tck.communication.driver</groupId>

mongodb-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<description>The Eclipse JNoSQL communication layer implementation to MongoDB</description>
2828

2929
<properties>
30-
<monbodb.driver>4.1.0</monbodb.driver>
30+
<monbodb.driver>4.2.1</monbodb.driver>
3131
</properties>
3232
<dependencies>
3333
<dependency>

0 commit comments

Comments
 (0)