diff --git a/build.gradle b/build.gradle index 1c0e14c..7e25ebc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlinVersion = '2.2.21' + ext.kotlinVersion = '2.3.0' ext.okhttpVersion = '5.3.2' ext.gsonVersion = '2.13.2' ext.jjwtVersion = 'd6feebe558'