From 9e85eef9963226e26a9c5a9921ed7bad82b31830 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:38:58 +0000 Subject: [PATCH] Update dependency org.mongodb:mongodb-driver-sync to v5.6.4 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5b21bfa..2999a46 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.4' // 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.4' } test {