From ce0aa9cba0a0a81e470ca79452b4928c1caa0038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 09:57:44 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-content-negotiation in /plugin Bumps [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) from 2.2.1 to 2.3.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/compare/2.2.1...2.3.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 50b4e1c8..63739a02 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -28,7 +28,7 @@ repositories { mavenCentral() } dependencies { - implementation("io.ktor:ktor-client-content-negotiation:2.2.1") + implementation("io.ktor:ktor-client-content-negotiation:2.3.0") implementation("io.ktor:ktor-client-core:2.2.1") implementation("io.ktor:ktor-client-cio:2.2.1") implementation("io.ktor:ktor-client-gson:2.2.1")