From 8eaa1ee1def0eca1d76e6e0463a64afe0a6e3d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:00:17 +0000 Subject: [PATCH] build(deps): bump org.litote.kmongo:kmongo-serialization in /api Bumps [org.litote.kmongo:kmongo-serialization](https://github.com/Litote/kmongo) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/Litote/kmongo/releases) - [Commits](https://github.com/Litote/kmongo/compare/kmongo-4.8.0...kmongo-4.9.0) --- updated-dependencies: - dependency-name: org.litote.kmongo:kmongo-serialization dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index a85e06d8..1837abc7 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("io.ktor:ktor-client-content-negotiation:$ktor_version") implementation("ch.qos.logback:logback-classic:$logback_version") // Logging - implementation("org.litote.kmongo:kmongo-serialization:4.8.0") // MongoDB + implementation("org.litote.kmongo:kmongo-serialization:4.9.0") // MongoDB implementation("xyz.downgoon:snowflake:1.0.0") // ID generation implementation("com.google.guava:guava:31.1-jre") // Guava