Skip to content

Commit dbe4f4a

Browse files
fix(deps): update ktor monorepo to v3.0.2
1 parent 79f0bec commit dbe4f4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.1.0"
3-
ktor = "3.0.1"
3+
ktor = "3.0.2"
44

55
[libraries]
66
# Kotlin

playground/kotlin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "2.1.0"
33
coroutines = "1.9.0"
44
serialization = "1.5.0"
5-
ktor = "3.0.1"
5+
ktor = "3.0.2"
66

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

0 commit comments

Comments
 (0)