Skip to content

Commit

Permalink
chore(deps): bump com.google.auth:google-auth-library-oauth2-http
Browse files Browse the repository at this point in the history
Bumps com.google.auth:google-auth-library-oauth2-http from 1.11.0 to 1.27.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 67f9f30 commit 287547c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drive/snippets/drive_v3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
dependencies {
implementation 'com.google.apis:google-api-services-drive:v3-rev20220815-2.0.0'
implementation 'com.google.api-client:google-api-client:2.0.0'
implementation 'com.google.auth:google-auth-library-oauth2-http:1.11.0'
implementation 'com.google.auth:google-auth-library-oauth2-http:1.27.0'
implementation 'com.google.code.gson:gson:2.9.1'
testImplementation 'junit:junit:4.13.2'
}
Expand Down

0 comments on commit 287547c

Please sign in to comment.