Skip to content

Commit

Permalink
Bump google-oauth-client from 1.33.2 to 1.33.3 in /plugins/discovery-…
Browse files Browse the repository at this point in the history
…gce (#2943)

* Bump google-oauth-client from 1.33.2 to 1.33.3 in /plugins/discovery-gce

Bumps [google-oauth-client](https://github.com/googleapis/google-oauth-java-client) from 1.33.2 to 1.33.3.
- [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.33.2...v1.33.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Updating SHAs

Signed-off-by: dependabot[bot] <[email protected]>

* Fixing precommit failures

Signed-off-by: Vacha Shah <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vacha Shah <[email protected]>
  • Loading branch information
3 people authored Apr 18, 2022
1 parent ca102ea commit 25d81c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions plugins/discovery-gce/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ versions << [
dependencies {
api "com.google.apis:google-api-services-compute:v1-rev160-${versions.google}"
api "com.google.api-client:google-api-client:${versions.google}"
api "com.google.oauth-client:google-oauth-client:1.33.2"
api "com.google.oauth-client:google-oauth-client:1.33.3"
api "com.google.http-client:google-http-client:${versions.google}"
api "com.google.http-client:google-http-client-jackson2:${versions.google}"
api 'com.google.code.findbugs:jsr305:3.0.2'
Expand Down Expand Up @@ -58,13 +58,21 @@ test {
thirdPartyAudit.ignoreMissingClasses(
// classes are missing
'javax.jms.Message',
'com.google.common.base.Splitter',
'com.google.common.collect.Lists',
'javax.servlet.ServletContextEvent',
'javax.servlet.ServletContextListener',
'org.apache.avalon.framework.logger.Logger',
'org.apache.log.Hierarchy',
'org.apache.log.Logger',
'com.google.api.client.json.gson.GsonFactory',
'com.google.common.base.Preconditions',
'com.google.common.base.Splitter',
'com.google.common.cache.CacheBuilder',
'com.google.common.cache.CacheLoader',
'com.google.common.cache.LoadingCache',
'com.google.common.collect.ImmutableMap',
'com.google.common.collect.ImmutableMap$Builder',
'com.google.common.collect.ImmutableSet',
'com.google.common.collect.Lists',
'com.google.common.collect.Multiset',
'com.google.common.collect.SortedMultiset',
'com.google.common.collect.TreeMultiset',
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9d445a8649b0de731922b9a3ebf1552b5403611d

0 comments on commit 25d81c5

Please sign in to comment.