diff --git a/build.gradle b/build.gradle index b59a5d7..8b5ea8e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext.kotlinVersion = '2.2.20' - ext.okhttpVersion = '4.12.0' + ext.okhttpVersion = '5.2.1' ext.gsonVersion = '2.13.2' ext.jjwtVersion = 'd6feebe558' ext.retrofitVersion = '3.0.0'