Skip to content

Commit

Permalink
Bump io.ktor:ktor-client-content-negotiation from 2.3.5 to 2.3.6
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.3.5 to 2.3.6.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 1, 2023
1 parent db11f5e commit 8639b61
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 @@ -46,7 +46,7 @@ dependencies {
transitiveInclude( implementation( "io.ktor:ktor-client-json-jvm:2.3.6" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-serialization:2.3.6" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-serialization-jvm:2.3.6" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-content-negotiation:2.3.5" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-content-negotiation:2.3.6" )!! )
transitiveInclude( implementation( "io.ktor:ktor-serialization-kotlinx-json:2.3.5" )!! )

transitiveInclude.resolvedConfiguration.resolvedArtifacts.forEach {
Expand Down

0 comments on commit 8639b61

Please sign in to comment.