Skip to content

Commit

Permalink
Bump io.ktor:ktor-client-websockets from 1.6.7 to 2.2.4
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-websockets](https://github.com/ktorio/ktor) from 1.6.7 to 2.2.4.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@1.6.7...2.2.4)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-websockets
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2023
1 parent e79d621 commit 115eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation("dk.sdu.cloud:jvm-provider-support:2022.1.4")
implementation("io.ktor:ktor-client-core:1.6.7")
implementation("io.ktor:ktor-client-cio:1.6.7")
implementation("io.ktor:ktor-client-websockets:1.6.7")
implementation("io.ktor:ktor-client-websockets:2.2.4")
implementation("io.ktor:ktor-client-okhttp:1.6.7")

implementation("com.squareup.okhttp3:okhttp:4.9.3")
Expand Down

0 comments on commit 115eb5d

Please sign in to comment.