diff --git a/settings.gradle.kts b/settings.gradle.kts index 064daa8..eb8af7d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,7 +8,7 @@ pluginManagement { } buildscript { dependencies { - classpath("com.google.code.gson:gson:2.10.1") + classpath("com.google.code.gson:gson:2.11.0") } } plugins {