Skip to content

Commit def6803

Browse files
chore(deps): bump google-auth-library-oauth2-http (#353)
Bumps google-auth-library-oauth2-http from 1.10.0 to 1.11.0. --- updated-dependencies: - dependency-name: com.google.auth:google-auth-library-oauth2-http 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 3bf6700 commit def6803

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
@@ -6,7 +6,7 @@ repositories {
66
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'
9-
implementation 'com.google.auth:google-auth-library-oauth2-http:1.10.0'
9+
implementation 'com.google.auth:google-auth-library-oauth2-http:1.11.0'
1010
implementation 'com.google.code.gson:gson:2.9.1'
1111
testImplementation 'junit:junit:4.13.2'
1212
}

0 commit comments

Comments
 (0)