Skip to content

Commit ea1fc7c

Browse files
chore(deps): bump com.google.code.gson:gson in /drive/snippets/drive_v3
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.9.1 to 2.12.1. - [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.12.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] <[email protected]>
1 parent 26cb124 commit ea1fc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drive/snippets/drive_v3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
implementation 'com.google.apis:google-api-services-drive:v3-rev20220815-2.0.0'
88
implementation 'com.google.api-client:google-api-client:2.0.0'
99
implementation 'com.google.auth:google-auth-library-oauth2-http:1.11.0'
10-
implementation 'com.google.code.gson:gson:2.9.1'
10+
implementation 'com.google.code.gson:gson:2.12.1'
1111
testImplementation 'junit:junit:4.13.2'
1212
}
1313

0 commit comments

Comments
 (0)