Skip to content

Commit

Permalink
build(deps): bump io.ktor:ktor-client-java from 1.6.8 to 2.3.11
Browse files Browse the repository at this point in the history
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](ktorio/ktor@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent a30dd70 commit 239f99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 239f99d

Please sign in to comment.