Skip to content

Commit c1c2f60

Browse files
fix(deps): update dependency io.ktor:ktor-client-okhttp to v2.3.11 (#3077)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07dd3c3 commit c1c2f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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:2.3.10")
12+
implementation("io.ktor:ktor-client-okhttp:2.3.11")
1313
implementation("ch.qos.logback:logback-classic:1.5.6")
1414
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
1515
}

snippets/kotlin/build.gradle.kts

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

1313
dependencies {
1414
implementation("com.algolia:algoliasearch-client-kotlin")
15-
implementation("io.ktor:ktor-client-okhttp:2.3.10")
15+
implementation("io.ktor:ktor-client-okhttp:2.3.11")
1616
implementation("ch.qos.logback:logback-classic:1.5.6")
1717
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
1818
}

0 commit comments

Comments
 (0)