diff --git a/common/build.gradle b/common/build.gradle index 8943e3f..027d9d2 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -6,7 +6,7 @@ plugins { dependencies { api 'de.exlll:configlib-yaml:4.6.1' implementation 'net.kyori:adventure-key:4.24.0' - implementation 'com.google.code.gson:gson:2.13.1' + implementation 'com.google.code.gson:gson:2.13.2' compileOnly 'org.jetbrains:annotations:26.0.2' compileOnly 'org.projectlombok:lombok:1.18.38'