From cf20ae3e1f9d7871274fe4e2e9c899ad8ea4d0ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 01:22:09 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-serialization-kotlinx-json Bumps [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) from 3.0.3 to 3.1.0. - [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-kotlinx-json dependency-type: direct:production update-type: version-update:semver-minor ... 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 2c6b5c074..96f895ef1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { implementation("io.ktor:ktor-client-cio:3.0.3").deliver() implementation("io.ktor:ktor-client-core-jvm:3.0.3").deliver() - implementation("io.ktor:ktor-serialization-kotlinx-json:3.0.3").deliver() + implementation("io.ktor:ktor-serialization-kotlinx-json:3.1.0").deliver() implementation("io.ktor:ktor-client-content-negotiation:3.0.3").deliver() }