Skip to content

Commit

Permalink
chore(deps): bump com.google.oauth-client:google-oauth-client-jetty
Browse files Browse the repository at this point in the history
Bumps [com.google.oauth-client:google-oauth-client-jetty](https://github.com/googleapis/google-oauth-java-client) from 1.34.1 to 1.35.0.
- [Release notes](https://github.com/googleapis/google-oauth-java-client/releases)
- [Changelog](https://github.com/googleapis/google-oauth-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-oauth-java-client@v1.34.1...v1.35.0)

---
updated-dependencies:
- dependency-name: com.google.oauth-client:google-oauth-client-jetty
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent d492e92 commit ebe031f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drive/snippets/drive_v2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation 'com.google.apis:google-api-services-drive:v2-rev20220815-2.0.0'
implementation 'com.google.api-client:google-api-client:1.23.0'
implementation 'com.google.auth:google-auth-library-oauth2-http:1.11.0'
implementation 'com.google.oauth-client:google-oauth-client-jetty:1.34.1'
implementation 'com.google.oauth-client:google-oauth-client-jetty:1.35.0'
implementation 'com.google.code.gson:gson:2.9.1'
testImplementation 'junit:junit:4.13.2'
}
Expand Down

0 comments on commit ebe031f

Please sign in to comment.