Skip to content

Commit 670434c

Browse files
chore(deps): bump com.google.code.gson:gson in /drive/snippets/drive_v2
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.9.1 to 2.13.0. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.9.1...gson-parent-2.13.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26cb124 commit 670434c

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.11.0'
1111
implementation 'com.google.oauth-client:google-oauth-client-jetty:1.34.1'
12-
implementation 'com.google.code.gson:gson:2.9.1'
12+
implementation 'com.google.code.gson:gson:2.13.0'
1313
testImplementation 'junit:junit:4.13.2'
1414
}
1515

0 commit comments

Comments
 (0)