From 220ddaf91c39874a2b3c0cf9ea0d340d8dbddbc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 00:41:53 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-serialization-kotlinx-json in /kotlin Bumps [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) from 2.0.0 to 3.1.2. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.0.0...3.1.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/build.gradle.kts b/kotlin/build.gradle.kts index 5d41937..a663d55 100644 --- a/kotlin/build.gradle.kts +++ b/kotlin/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { implementation("io.ktor:ktor-server-host-common:2.0.0") implementation("io.ktor:ktor-server-call-logging:2.0.0") implementation("io.ktor:ktor-server-content-negotiation:2.0.0") - implementation("io.ktor:ktor-serialization-kotlinx-json:2.0.0") + implementation("io.ktor:ktor-serialization-kotlinx-json:3.1.2") // Logging for Ktor implementation("ch.qos.logback:logback-classic:1.5.14")