Skip to content

Commit

Permalink
Attempt at upgrading mongo client
Browse files Browse the repository at this point in the history
  • Loading branch information
josemduarte committed Oct 23, 2024
1 parent 23b5d40 commit cf91ee6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb-reactive</artifactId>
<exclusions>
<exclusion>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>5.2.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit cf91ee6

Please sign in to comment.