diff --git a/build.gradle b/build.gradle index 376eda0..1c0e14c 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.21' - ext.okhttpVersion = '5.3.0' + ext.okhttpVersion = '5.3.2' ext.gsonVersion = '2.13.2' ext.jjwtVersion = 'd6feebe558' ext.retrofitVersion = '3.0.0'