Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Commit 00586c8

Browse files
Update okhttp monorepo to v5.2.0
1 parent acd954a commit 00586c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ java {
5050
dependencies {
5151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5252

53-
implementation "com.squareup.okhttp3:okhttp:5.0.0-alpha.11"
54-
implementation "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11"
53+
implementation "com.squareup.okhttp3:okhttp:5.2.0"
54+
implementation "com.squareup.okhttp3:logging-interceptor:5.2.0"
5555

5656
implementation "com.squareup.retrofit2:retrofit:2.9.0"
5757
implementation "com.squareup.retrofit2:converter-jackson:2.9.0"

0 commit comments

Comments
 (0)