Skip to content

Commit

Permalink
feat: Update driver mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Dec 9, 2024
1 parent 6403edf commit 1ea79b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.8.2</version>
<version>5.2.1</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-core</artifactId>
<version>4.8.2</version>
<version>5.2.1</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>4.8.2</version>
<version>5.2.1</version>
</dependency>


Expand Down

0 comments on commit 1ea79b7

Please sign in to comment.