Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 5950c4f commit 75771e5
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 @@ -43,7 +43,7 @@ dependencies {
transitiveInclude( implementation( "io.ktor:ktor-client-core:2.3.12" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-cio:2.3.11" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-json:2.3.9" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-json-jvm:2.3.10" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-json-jvm:2.3.12" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-serialization:2.3.11" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-serialization-jvm:2.3.11" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-content-negotiation:2.3.11" )!! )
Expand Down

0 comments on commit 75771e5

Please sign in to comment.