Skip to content

Commit 477ecad

Browse files
committed
chore: upgrade mongodb driver version
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 13695b4 commit 477ecad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jnosql-mongodb/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 layer to MongoDB</description>
2828

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

jnosql-orientdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.orientechnologies</groupId>
3232
<artifactId>orientdb-graphdb</artifactId>
33-
<version>3.2.28</version>
33+
<version>3.2.32</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>${project.groupId}</groupId>

jnosql-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>redis.clients</groupId>
3535
<artifactId>jedis</artifactId>
36-
<version>5.1.0</version>
36+
<version>5.1.4</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)