diff --git a/common/build.gradle b/common/build.gradle index 52425f3..6ba0ac1 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation("com.mysql:mysql-connector-j:26.7.0") { exclude group: "org.slf4j", module: "slf4j-api" } - implementation("org.mongodb:mongodb-driver-sync:5.10.0") { + implementation("org.mongodb:mongodb-driver-sync:5.11.0") { exclude group: "org.slf4j", module: "slf4j-api" } implementation("org.xerial:sqlite-jdbc:3.53.2.1") {