Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit dd0a50a

Browse files
chore(deps): bump gson from 2.8.7 to 2.8.8 in /AccessibilityInsightsForAndroidService/app (#124)
* chore(deps): bump gson in /AccessibilityInsightsForAndroidService/app Bumps [gson](https://github.com/google/gson) from 2.8.7 to 2.8.8. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.8.7...gson-parent-2.8.8) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE file * Update lockfile Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Bjorge <[email protected]>
1 parent 8bc8acc commit dd0a50a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AccessibilityInsightsForAndroidService/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
implementation 'androidx.annotation:annotation:1.1.0'
9999
implementation 'com.deque.android:axe-android:0.2.0'
100100
implementation 'com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:3.1.1'
101-
implementation 'com.google.code.gson:gson:2.8.7'
101+
implementation 'com.google.code.gson:gson:2.8.8'
102102
implementation 'com.google.guava:guava:30.1.1-android'
103103

104104
// Dev dependencies (not redistributed)

AccessibilityInsightsForAndroidService/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ com.google.android.apps.common.testing.accessibility.framework:accessibility-tes
7171
com.google.android.material:material:1.2.0-rc01=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
7272
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
7373
com.google.code.gson:gson:2.8.5=lintClassPath
74-
com.google.code.gson:gson:2.8.7=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
74+
com.google.code.gson:gson:2.8.8=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
7575
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath
7676
com.google.errorprone:error_prone_annotations:2.5.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
7777
com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath

NOTICE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3706,7 +3706,7 @@ <h1>NOTICES AND INFORMATION</h1>
37063706
<li>
37073707
<details>
37083708
<summary>
3709-
com.google.code.gson/gson 2.8.7 - Apache-2.0
3709+
com.google.code.gson/gson 2.8.8 - Apache-2.0
37103710
</summary>
37113711

37123712

0 commit comments

Comments
 (0)