From e184cf27b5c18596bfafef747b650c9391e5336c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 01:50:35 +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.1.0 to 3.1.1. - [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-patch ... 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 cc4dba1f6..99b24f939 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { implementation("io.ktor:ktor-client-cio:3.1.0").deliver() implementation("io.ktor:ktor-client-core-jvm:3.1.0").deliver() - implementation("io.ktor:ktor-serialization-kotlinx-json:3.1.0").deliver() + implementation("io.ktor:ktor-serialization-kotlinx-json:3.1.1").deliver() implementation("io.ktor:ktor-client-content-negotiation:3.1.0").deliver() }