From 1da5384ff1682e576f7d3451063406a63d501171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 00:24:51 +0000 Subject: [PATCH] Bump org.mongodb:mongodb-driver-sync from 5.6.3 to 5.6.5 Bumps [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 5.6.3 to 5.6.5. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.6.3...r5.6.5) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-version: 5.6.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index ff3954a..bd8a8f9 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { // Runtime libraries (will be shaded) implementation("dev.dejvokep:boosted-yaml:1.3.7") implementation("com.github.FilleDev:NoteBlockAPI:1c5500b038") - implementation("org.mongodb:mongodb-driver-sync:5.6.3") + implementation("org.mongodb:mongodb-driver-sync:5.6.5") implementation("com.zaxxer:HikariCP:7.0.2") implementation("redis.clients:jedis:7.2.1") implementation("org.bstats:bstats-bukkit:3.2.1")