diff --git a/build.gradle b/build.gradle index 704e2d05..2fdda8e0 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ configurations { dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. - implementation 'com.google.code.gson:gson:2.11.0' + implementation 'com.google.code.gson:gson:2.12.1' implementation 'org.json:json:20250107' // https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5 api 'com.squareup.okhttp3:okhttp:[4.10.0,5.0.0)'