diff --git a/build.gradle b/build.gradle index 62e00e88..b596793b 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { // ecu.test-java-rest-client api 'io.swagger:swagger-annotations:1.6.14' - api 'com.google.code.gson:gson:2.9.1' + api 'com.google.code.gson:gson:2.11.0' api 'io.gsonfire:gson-fire:1.8.5' api 'com.squareup.okhttp3:logging-interceptor:4.12.0' api 'org.apache.commons:commons-lang3:3.12.0' diff --git a/config/allowed_licenses.json b/config/allowed_licenses.json index 31eccc1e..eb2e102a 100644 --- a/config/allowed_licenses.json +++ b/config/allowed_licenses.json @@ -57,17 +57,17 @@ }, { "moduleLicense": "Apache-2.0", - "moduleVersion": "2.9.1", + "moduleVersion": "2.11.0", "moduleName": "com.google.code.gson:gson", - "licenseUrl": "https://github.com/google/gson/blob/gson-parent-2.9.1/gson/LICENSE", + "licenseUrl": "https://github.com/google/gson/blob/gson-parent-2.11.0/gson/LICENSE", "moduleCopyright": "Copyright 2008-2011 Google Inc.", "actualLicense" : "$moduleLicense" }, { "moduleLicense": "Apache 2.0", - "moduleVersion": "2.7.1", + "moduleVersion": "2.27.0", "moduleName": "com.google.errorprone:error_prone_annotations", - "licenseUrl": "https://github.com/google/error-prone/blob/v2.7.1/COPYING", + "licenseUrl": "https://github.com/google/error-prone/blob/v2.27.0/COPYING", "moduleCopyright": "Copyright 2015 The Error Prone Authors.", "actualLicense" : "$moduleLicense" },