Skip to content

Commit

Permalink
Merge pull request #611 from Onlineberatung/fix_mongo_driver
Browse files Browse the repository at this point in the history
fix: Mongo driver
  • Loading branch information
webatspeed authored Jan 27, 2023
2 parents bbec924 + bb591c7 commit cc237af
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 @@ -409,8 +409,8 @@
<!-- MongoDB dependencies -->
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver</artifactId>
<version>3.12.10</version>
<artifactId>mongo-java-driver</artifactId>
<version>3.12.11</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit cc237af

Please sign in to comment.