Skip to content

Commit 1e382f1

Browse files
fix(deps): update ktor monorepo to v3.0.1 (#4072)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a6639f commit 1e382f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/algoliasearch-client-kotlin/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.0.21"
3-
ktor = "3.0.0"
3+
ktor = "3.0.1"
44

55
[libraries]
66
# Kotlin

playground/kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
dependencies {
1111
implementation("com.algolia:algoliasearch-client-kotlin")
12-
implementation("io.ktor:ktor-client-okhttp:3.0.0")
12+
implementation("io.ktor:ktor-client-okhttp:3.0.1")
1313
implementation("ch.qos.logback:logback-classic:1.5.12")
1414
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
1515
}

tests/output/kotlin/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "2.0.21"
33
coroutines = "1.9.0"
44
serialization = "1.5.0"
5-
ktor = "3.0.0"
5+
ktor = "3.0.1"
66

77
[libraries]
88
coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" }

0 commit comments

Comments
 (0)