Skip to content

Commit

Permalink
Bump io.ktor:ktor-serialization-kotlinx-json from 2.3.2 to 2.3.4
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) from 2.3.2 to 2.3.4.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.2...2.3.4)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  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 Sep 10, 2023
1 parent addab93 commit 9952ce5
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 {
transitiveInclude( implementation( "io.ktor:ktor-client-serialization:2.3.1" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-serialization-jvm:2.3.1" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-content-negotiation:2.3.1" )!! )
transitiveInclude( implementation( "io.ktor:ktor-serialization-kotlinx-json:2.3.2" )!! )
transitiveInclude( implementation( "io.ktor:ktor-serialization-kotlinx-json:2.3.4" )!! )

transitiveInclude.resolvedConfiguration.resolvedArtifacts.forEach {
include( it.moduleVersion.id.toString() )
Expand Down

0 comments on commit 9952ce5

Please sign in to comment.