Skip to content

Commit

Permalink
fix(deps): update ktor client
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent 5a296c7 commit 1ee79b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/AndroidOnlyExample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
}

val ktorfit = "1.7.0"
val ktor = "2.3.4"
val ktor = "2.3.5"
val compose_ui_version = "1.5.1"
dependencies {
ksp("de.jensklingenberg.ktorfit:ktorfit-ksp:$ktorfit")
Expand Down
2 changes: 1 addition & 1 deletion example/MultiplatformExample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

version = "1.0"
val ktorVersion = "2.3.4"
val ktorVersion = "2.3.5"
val ktorfitVersion = "1.7.0"

kotlin {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin = "1.9.10"
kotlinPoet = "1.14.2"
kspVersion = "1.9.10-1.0.13"
ktorfit = "1.8.0-SNAPSHOT"
ktorVersion = "2.3.4"
ktorVersion = "2.3.5"
gradleMavenPublishPlugin = "0.25.3"
vannikMavenPublish = "0.25.3"

Expand Down Expand Up @@ -41,7 +41,7 @@ ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktorVer
ktor-client-core-jvm = { module = "io.ktor:ktor-client-core-jvm", version.ref = "ktorVersion" }
ktor-client-core-linux = { module = "io.ktor:ktor-client-core-linuxx64", version.ref = "ktorVersion" }
ktor-client-core-mingwx64 = { module = "io.ktor:ktor-client-core-mingwx64", version.ref = "ktorVersion" }
ktor-client-core-native = "io.ktor:ktor-client-core-native:1.3.1"
ktor-client-core-native = "io.ktor:ktor-client-core-native:1.3.2"
ktor-client-curl = { module = "io.ktor:ktor-client-curl", version.ref = "ktorVersion" }
ktor-client-ios = { module = "io.ktor:ktor-client-ios", version.ref = "ktorVersion" }
ktor-client-js = { module = "io.ktor:ktor-client-js", version.ref = "ktorVersion" }
Expand Down

0 comments on commit 1ee79b9

Please sign in to comment.