From dc482f655416890271e46fef2b60227ce9cceab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:42:53 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-json-jvm from 2.3.5 to 2.3.6 Bumps [io.ktor:ktor-client-json-jvm](https://github.com/ktorio/ktor) from 2.3.5 to 2.3.6. - [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.3.5...2.3.6) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-json-jvm 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 e4cfb69..0f038f3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { transitiveInclude( implementation( "io.ktor:ktor-client-core:2.3.4" )!! ) transitiveInclude( implementation( "io.ktor:ktor-client-cio:2.3.4" )!! ) transitiveInclude( implementation( "io.ktor:ktor-client-json:2.3.4" )!! ) - transitiveInclude( implementation( "io.ktor:ktor-client-json-jvm:2.3.5" )!! ) + transitiveInclude( implementation( "io.ktor:ktor-client-json-jvm:2.3.6" )!! ) transitiveInclude( implementation( "io.ktor:ktor-client-serialization:2.3.5" )!! ) transitiveInclude( implementation( "io.ktor:ktor-client-serialization-jvm:2.3.5" )!! ) transitiveInclude( implementation( "io.ktor:ktor-client-content-negotiation:2.3.5" )!! )