diff --git a/commons-github/build.gradle.kts b/commons-github/build.gradle.kts index 01628f9..0515af5 100644 --- a/commons-github/build.gradle.kts +++ b/commons-github/build.gradle.kts @@ -7,5 +7,5 @@ plugins { dependencies { api("org.jetbrains:annotations:26.0.1") - compileOnly("com.google.code.gson:gson:2.10") + compileOnly("com.google.code.gson:gson:2.11.0") }