From 7e9c9a5e334805886c22d2cdb14a67497c8196c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 01:50:26 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-client-content-negotiation Bumps [io.ktor:ktor-client-content-negotiation](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-client-content-negotiation 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..ed869dd6b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,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-client-content-negotiation:3.1.0").deliver() + implementation("io.ktor:ktor-client-content-negotiation:3.1.1").deliver() }