diff --git a/build.gradle b/build.gradle index c8b2405..6d9e775 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.0' - ext.okhttpVersion = '4.12.0' + ext.okhttpVersion = '5.1.0' ext.gsonVersion = '2.13.1' ext.jjwtVersion = 'd6feebe558' ext.retrofitVersion = '3.0.0'