From 47e87fa6cef24bafbee912542da670e2a1fd99df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:38:07 +0000 Subject: [PATCH] Bump org.litote.kmongo:kmongo-coroutine from 4.6.0 to 4.10.0 Bumps [org.litote.kmongo:kmongo-coroutine](https://github.com/Litote/kmongo) from 4.6.0 to 4.10.0. - [Release notes](https://github.com/Litote/kmongo/releases) - [Commits](https://github.com/Litote/kmongo/compare/kmongo-4.6.0...kmongo-4.10.0) --- updated-dependencies: - dependency-name: org.litote.kmongo:kmongo-coroutine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- eco-core/core-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index 799c7aa7..74e7bdfe 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { implementation("net.kyori:adventure-platform-bukkit:4.1.0") implementation("org.javassist:javassist:3.29.2-GA") implementation("org.mongodb:mongodb-driver-sync:4.6.0") - implementation("org.litote.kmongo:kmongo-coroutine:4.6.0") + implementation("org.litote.kmongo:kmongo-coroutine:4.10.0") implementation("com.moandjiezana.toml:toml4j:0.7.2") { exclude(group = "com.google.code.gson", module = "gson") }