Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 1e6e863 commit 480379f
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 @@ -41,7 +41,7 @@ dependencies {

// Ktor client
transitiveInclude( implementation( "io.ktor:ktor-client-core:2.3.7" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-cio:2.3.4" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-cio:2.3.7" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-json:2.3.4" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-json-jvm:2.3.7" )!! )
transitiveInclude( implementation( "io.ktor:ktor-client-serialization:2.3.7" )!! )
Expand Down

0 comments on commit 480379f

Please sign in to comment.