Skip to content

Commit

Permalink
Update mongo driver
Browse files Browse the repository at this point in the history
  • Loading branch information
mswatosh committed Oct 29, 2024
1 parent f8f6eb5 commit 86a436d
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,12 +67,12 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>5.1.4</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-core</artifactId>
<version>5.1.4</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
Expand Down

0 comments on commit 86a436d

Please sign in to comment.