Skip to content

Commit

Permalink
fix: downgrade mongo-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Sep 25, 2024
1 parent d350ea2 commit aaa57f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project/java/Project.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Project extends bee.api.Project {

require("com.github.teletha", "sinobu");
require("com.github.teletha", "reincarnation");
require("org.mongodb", "mongodb-driver-sync").atProvided();
require("org.mongodb", "mongodb-driver-sync", "5.1.0").atProvided();
require("org.xerial", "sqlite-jdbc").atProvided();
require("com.h2database", "h2").atProvided();
require("org.duckdb", "duckdb_jdbc").atProvided();
Expand Down

0 comments on commit aaa57f4

Please sign in to comment.