From c66b9b56eb58dbc8e7b7785478fa0a558267245f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:15:15 +0000 Subject: [PATCH] Bump io.ktor:ktor-serialization-gson from 2.2.1 to 2.2.4 in /plugin Bumps [io.ktor:ktor-serialization-gson](https://github.com/ktorio/ktor) from 2.2.1 to 2.2.4. - [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.2.4) --- updated-dependencies: - dependency-name: io.ktor:ktor-serialization-gson dependency-type: direct:production update-type: version-update:semver-patch ... 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..e9a027ba 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { 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") - implementation("io.ktor:ktor-serialization-gson:2.2.1") + implementation("io.ktor:ktor-serialization-gson:2.2.4") } // Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.