diff --git a/build.gradle b/build.gradle index 454dad74..947341b9 100644 --- a/build.gradle +++ b/build.gradle @@ -50,8 +50,8 @@ java { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation "com.squareup.okhttp3:okhttp:5.0.0-alpha.11" - implementation "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11" + implementation "com.squareup.okhttp3:okhttp:5.3.0" + implementation "com.squareup.okhttp3:logging-interceptor:5.3.0" implementation "com.squareup.retrofit2:retrofit:2.9.0" implementation "com.squareup.retrofit2:converter-jackson:2.9.0"