Skip to content

Commit

Permalink
Bump io.ktor:ktor-client-encoding from 2.2.4 to 2.3.9
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-encoding](https://github.com/ktorio/ktor) from 2.2.4 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@2.2.4...2.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent ae9d300 commit 91e9a9e
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 @@ -54,7 +54,7 @@ allprojects {
}

dependencies {
implementation("io.ktor:ktor-client-encoding:2.2.4")
implementation("io.ktor:ktor-client-encoding:2.3.9")
detektPlugins(libs.detekt)
detektPlugins(libs.detekt.libraries)

Expand Down

0 comments on commit 91e9a9e

Please sign in to comment.