Skip to content

Commit

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

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 24, 2023
1 parent 697c3c9 commit 3e1c3fc
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 @@ -47,7 +47,7 @@ dependencies {
testImplementation("io.ktor:ktor-server-auth-jwt:2.2.2")
testImplementation("io.ktor:ktor-server-content-negotiation:2.2.2")
testImplementation("io.ktor:ktor-serialization-jackson:2.2.2")
testImplementation("io.ktor:ktor-client-content-negotiation:2.2.2")
testImplementation("io.ktor:ktor-client-content-negotiation:2.3.0")

testImplementation(kotlin("test"))
testImplementation(kotlin("stdlib-jdk8"))
Expand Down

0 comments on commit 3e1c3fc

Please sign in to comment.