diff --git a/gsonutils/build.gradle b/gsonutils/build.gradle index 38ba7ac..60483a8 100644 --- a/gsonutils/build.gradle +++ b/gsonutils/build.gradle @@ -32,7 +32,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - implementation 'com.google.code.gson:gson:2.8.7' + implementation 'com.google.code.gson:gson:2.10.1' implementation "com.squareup.okhttp3:okhttp:4.9.1" implementation project(":helpfulutils") }