Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 11, 2022
1 parent 5fa1cf7 commit 1b6b814
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 @@ -89,7 +89,7 @@ dependencies {
implementation("io.ktor:ktor-client-core:2.0.3")
implementation("io.ktor:ktor-client-cio:2.0.3")
implementation("io.ktor:ktor-client-auth:2.1.3")
implementation("io.ktor:ktor-client-content-negotiation:2.0.3")
implementation("io.ktor:ktor-client-content-negotiation:2.1.3")
implementation("io.ktor:ktor-server-core:2.0.3")
implementation("io.ktor:ktor-server-jetty:2.0.3")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.0.3")
Expand Down

0 comments on commit 1b6b814

Please sign in to comment.