diff --git a/build.gradle b/build.gradle index 4bccca6c1b..6c9142ac07 100644 --- a/build.gradle +++ b/build.gradle @@ -433,7 +433,7 @@ dependencies { implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3' // Better JSON functions... - implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9' // https://mvnrepository.com/artifact/com.google.code.gson/gson + implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' // https://mvnrepository.com/artifact/com.google.code.gson/gson // Declare the dependency for your favourite test framework you want to use in your tests. // TestNG is also supported by the Gradle Test task. Just change the @@ -441,7 +441,7 @@ dependencies { // 'test.useTestNG()' to your build script. //testCompile 'junit:junit:4.12' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' - implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.0' // https://mvnrepository.com/artifact/com.google.code.gson/gson + implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' // https://mvnrepository.com/artifact/com.google.code.gson/gson testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'