Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed May 5, 2023
1 parent a2572f0 commit e0dc045
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.48.1</version>
<version>1.48.2</version>
<scope>provided</scope>
</dependency>

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

<!-- TESTING -->
Expand Down

0 comments on commit e0dc045

Please sign in to comment.