Skip to content

Commit

Permalink
Bump io.ktor:ktor-client-core from 3.0.1 to 3.0.2 in /kotlin-splitties
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-core](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-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 9bf4482 commit 6946d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-splitties/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ application {

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("io.ktor:ktor-client-core:3.0.1")
implementation("io.ktor:ktor-client-core:3.0.2")
implementation("io.ktor:ktor-client-java:3.0.2")
implementation("com.louiscad.splitties:splitties-coroutines:3.0.0")
runtimeOnly("org.slf4j:slf4j-simple:2.0.16")
Expand Down

0 comments on commit 6946d2e

Please sign in to comment.