Skip to content

Commit

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

Bumps [io.ktor:ktor-client-logging](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-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
lamba92 and dependabot[bot] authored Dec 11, 2024
2 parents c03ff53 + ddf9431 commit 37e5e37
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 @@ -5,6 +5,6 @@ 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-logging:3.0.1")
implementation("io.ktor:ktor-client-logging:3.0.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
}

0 comments on commit 37e5e37

Please sign in to comment.