diff --git a/AccessibilityInsightsForAndroidService/app/build.gradle b/AccessibilityInsightsForAndroidService/app/build.gradle index 2a2cd17..a0f0688 100644 --- a/AccessibilityInsightsForAndroidService/app/build.gradle +++ b/AccessibilityInsightsForAndroidService/app/build.gradle @@ -86,7 +86,7 @@ dependencies { // See https://github.com/android/android-test/issues/861 for more context. exclude group: 'org.checkerframework', module: 'checker' } - implementation 'com.google.code.gson:gson:2.10' + implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.google.guava:guava:31.1-android' // Dev dependencies (not redistributed) diff --git a/AccessibilityInsightsForAndroidService/app/gradle.lockfile b/AccessibilityInsightsForAndroidService/app/gradle.lockfile index e0aa149..382ed69 100644 --- a/AccessibilityInsightsForAndroidService/app/gradle.lockfile +++ b/AccessibilityInsightsForAndroidService/app/gradle.lockfile @@ -76,8 +76,7 @@ com.deque.android:axe-android:0.2.0=debugAndroidTestCompileClasspath,debugCompil com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:3.1.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.android.material:material:1.2.0-rc01=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath -com.google.code.gson:gson:2.10=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath -com.google.code.gson:gson:2.10.1=lintClassPath +com.google.code.gson:gson:2.10.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.11.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath