Skip to content

Commit

Permalink
Merge pull request #544 from commercetools/downgrade_mongo_to_4.10.2
Browse files Browse the repository at this point in the history
Downgrade mongo-driver-core to 4.10.2
  • Loading branch information
benko-balog authored Oct 20, 2023
2 parents 027d36c + 7251b65 commit 79066ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo/mongo-core/dependencies.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libraryDependencies ++= Seq(
"org.mongodb" % "mongodb-driver-core" % "4.11.0" // tracking http://mongodb.github.io/mongo-java-driver/
"org.mongodb" % "mongodb-driver-core" % "4.10.2" // tracking http://mongodb.github.io/mongo-java-driver/
)

0 comments on commit 79066ff

Please sign in to comment.