Skip to content

Commit e506d93

Browse files
chore(deps): update okhttp3 to v5.2.1 (#524)
1 parent 4851c78 commit e506d93

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ compose-activity = "1.11.0"
1313
hilt = "2.57.2"
1414
moshi = "1.15.2"
1515
retrofit = "3.0.0"
16-
retrofit-interceptor-logging = "5.2.0"
1716
opensource-licenses = "17.3.0"
1817
kotlinx-coroutines = "1.10.2"
1918
test-junit = "4.13.2"
@@ -28,7 +27,7 @@ test-androidx-junit = "1.3.0"
2827
test-androidx-rules = "1.7.0"
2928
androidx-tracing = "1.3.0"
3029
uiautomator = "2.3.0"
31-
okhttp3 = "5.2.0"
30+
okhttp3 = "5.2.1"
3231
kotlin = "2.2.20"
3332
plugin-oss-licenses = "0.10.9"
3433
ktlint = "13.1.0"
@@ -61,7 +60,7 @@ moshi-kotlin-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", ver
6160
okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp3" }
6261
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
6362
retrofit-converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
64-
retrofit-interceptor-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "retrofit-interceptor-logging" }
63+
retrofit-interceptor-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp3" }
6564
opensource-licenses = { module = "com.google.android.gms:play-services-oss-licenses", version.ref = "opensource-licenses" }
6665
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
6766
test-kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }

0 commit comments

Comments
 (0)