Skip to content

Commit

Permalink
updated MongoDB driver
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jul 3, 2022
1 parent 5f53b65 commit b0842da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-core</artifactId>
<version>1.46.0</version>
<version>1.46.1</version>
<scope>provided</scope>
</dependency>

<!-- MONGODB DRIVER -->
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.6.0</version>
<version>4.6.1</version>
</dependency>

<!-- TESTING -->
Expand Down

0 comments on commit b0842da

Please sign in to comment.