From 239f99d1eae7250c2ef977e7faaa752a501d907e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:14:53 +0000 Subject: [PATCH] build(deps): bump io.ktor:ktor-client-java from 1.6.8 to 2.3.11 Bumps [io.ktor:ktor-client-java](https://github.com/ktorio/ktor) from 1.6.8 to 2.3.11. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.6.8...2.3.11) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ide-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide-plugin/build.gradle.kts b/ide-plugin/build.gradle.kts index 62951b0..c2c18ce 100644 --- a/ide-plugin/build.gradle.kts +++ b/ide-plugin/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.0") implementation("io.ktor:ktor-client-core:1.6.8") - implementation("io.ktor:ktor-client-java:1.6.8") + implementation("io.ktor:ktor-client-java:2.3.11") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.5.2") implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.11.0") implementation("org.jetbrains.kotlinx:kotlinx-html:0.10.1")