Skip to content

Commit f6142cb

Browse files
build(deps): bump ktor-client-java from 1.6.4 to 1.6.5
Bumps [ktor-client-java](https://github.com/ktorio/ktor) from 1.6.4 to 1.6.5. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/1.6.5/CHANGELOG.md) - [Commits](ktorio/ktor@1.6.4...1.6.5) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11134e9 commit f6142cb

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
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.0")
2121

2222
implementation("io.ktor:ktor-client-core:1.6.4")
23-
implementation("io.ktor:ktor-client-java:1.6.4")
23+
implementation("io.ktor:ktor-client-java:1.6.5")
2424
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.5.2")
2525
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.3")
2626
implementation("org.jetbrains.kotlinx:kotlinx-html:0.7.3")

0 commit comments

Comments
 (0)