Skip to content

Commit 3315352

Browse files
Bump gson from 2.4 to 2.9.1 in /drive/snippets/drive_v2 (#330)
Bumps [gson](https://github.com/google/gson) from 2.4 to 2.9.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](google/gson@gson-2.4...gson-parent-2.9.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4567a5 commit 3315352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drive/snippets/drive_v2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation 'com.google.api-client:google-api-client:1.23.0'
1010
implementation 'com.google.auth:google-auth-library-oauth2-http:1.10.0'
1111
implementation 'com.google.oauth-client:google-oauth-client-jetty:1.32.1'
12-
implementation 'com.google.code.gson:gson:2.4'
12+
implementation 'com.google.code.gson:gson:2.9.1'
1313
testImplementation 'junit:junit:4.13.2'
1414
}
1515

0 commit comments

Comments
 (0)