Skip to content

Commit

Permalink
Bump io.ktor:ktor-client-json-jvm from 2.3.12 to 3.0.1
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.12 to 3.0.1.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.12...3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent d5f18c0 commit df598be
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.12" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-json:2.3.12" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-json-jvm:2.3.12" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-json-jvm:3.0.1" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-serialization:2.3.12" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-serialization-jvm:2.3.12" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-content-negotiation:2.3.12" )!! )
Expand Down

0 comments on commit df598be

Please sign in to comment.