diff --git a/build.gradle b/build.gradle index e5583ec..eeefd1d 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { // Google Gson - for JSON serialization and deserialization // https://mvnrepository.com/artifact/com.google.code.gson/gson - implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0' + implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.0' // two-slices - for sending toasts // https://github.com/sshtools/two-slices