diff --git a/build.gradle b/build.gradle index 5b21bfa..a5d6620 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { compileOnly 'com.mysql:mysql-connector-j:9.5.0' compileOnly 'org.mariadb.jdbc:mariadb-java-client:3.5.7' compileOnly 'org.postgresql:postgresql:42.7.8' - compileOnly 'org.mongodb:mongodb-driver-sync:5.6.2' + compileOnly 'org.mongodb:mongodb-driver-sync:5.6.3' // me.jeremiah.data.ByteTranslatable dependencies implementation 'com.esotericsoftware:kryo:5.6.2' @@ -55,7 +55,7 @@ dependencies { testRuntimeOnly 'com.h2database:h2:2.4.240' testRuntimeOnly 'org.mariadb.jdbc:mariadb-java-client:3.5.7' testRuntimeOnly 'org.postgresql:postgresql:42.7.8' - testRuntimeOnly 'org.mongodb:mongodb-driver-sync:5.6.2' + testRuntimeOnly 'org.mongodb:mongodb-driver-sync:5.6.3' } test {