From 78925e04bc7135897cc01377f7c4fb403d68f5fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 01:20:47 +0000 Subject: [PATCH] chore(deps): bump kmongo-serialization from 4.7.2 to 4.8.0 in /api Bumps [kmongo-serialization](https://github.com/Litote/kmongo) from 4.7.2 to 4.8.0. - [Release notes](https://github.com/Litote/kmongo/releases) - [Commits](https://github.com/Litote/kmongo/compare/kmongo-4.7.2...kmongo-4.8.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 c56a44d..7264478 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { implementation("io.ktor:ktor-server-netty-jvm:$ktor_version") implementation("ch.qos.logback:logback-classic:$logback_version") // Logging - implementation("org.litote.kmongo:kmongo-serialization:4.7.2") // MongoDB + implementation("org.litote.kmongo:kmongo-serialization:4.8.0") // MongoDB implementation("xyz.downgoon:snowflake:1.0.0") // ID generation implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1") // JSON implementation("org.mindrot:jbcrypt:0.4") // BCrypt Password Hashing