From 8de96fb62b4ca4a74fe31238d744321127f4d862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 22:33:17 +0000 Subject: [PATCH] Bump io.ktor:ktor-serialization from 1.6.8 to 2.3.12 Bumps [io.ktor:ktor-serialization](https://github.com/ktorio/ktor) from 1.6.8 to 2.3.12. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-serialization dependency-type: direct:production update-type: version-update:semver-major ... 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 5c80ff0..10b197f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,7 +98,7 @@ kotlin { api("io.ktor:ktor-server-core:1.6.8") api("io.ktor:ktor-server-netty:1.6.8") - api("io.ktor:ktor-serialization:1.6.8") + api("io.ktor:ktor-serialization:2.3.12") implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime-common:0.20.0") // api("ch.qos.logback:logback-classic:1.5.6") }