Skip to content

Commit

Permalink
Merge pull request #12 from lamba92/dependabot/gradle/io.ktor-ktor-cl…
Browse files Browse the repository at this point in the history
…ient-cio-3.0.2

Bumps [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lamberto Basti <[email protected]>
  • Loading branch information
lamba92 and dependabot[bot] authored Dec 11, 2024
2 parents 37e5e37 + 88272ea commit 5dff6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1")
implementation("io.ktor:ktor-client-cio:3.0.1")
implementation("io.ktor:ktor-client-cio:3.0.2")
implementation("io.ktor:ktor-client-logging:3.0.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
}

0 comments on commit 5dff6aa

Please sign in to comment.