From 3e2e8644c70d3694e0fbedbda9eb3f4bc7a54d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:36:22 +0000 Subject: [PATCH] Bump org.mongodb:mongodb-driver-sync from 5.1.3 to 5.6.2 Bumps [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 5.1.3 to 5.6.2. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.1.3...r5.6.2) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0698341..f8baa7a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { dependencies { implementation("net.dv8tion:JDA:6.3.0") implementation("club.minnced:discord-webhooks:0.8.4") - implementation("org.mongodb:mongodb-driver-sync:5.1.3") + implementation("org.mongodb:mongodb-driver-sync:5.6.2") implementation("ch.qos.logback:logback-classic:1.5.7") implementation("com.github.RobotHanzo:JDAInteractions:v0.1.4") implementation("dev.arbjerg:lavaplayer:2.2.1")