Skip to content

Commit a3a7cec

Browse files
build(deps): bump io.ktor:ktor-client-java from 1.6.8 to 2.3.9
Bumps [io.ktor:ktor-client-java](https://github.com/ktorio/ktor) from 1.6.8 to 2.3.9. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.8...2.3.9) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9da055 commit a3a7cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.0")
2323

2424
implementation("io.ktor:ktor-client-core:1.6.8")
25-
implementation("io.ktor:ktor-client-java:1.6.8")
25+
implementation("io.ktor:ktor-client-java:2.3.9")
2626
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.5.2")
2727
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.11.0")
2828
implementation("org.jetbrains.kotlinx:kotlinx-html:0.10.1")

0 commit comments

Comments
 (0)