Bump gax-httpjson from 0.62.0 to 0.101.0 in /plugins/repository-gcs (#3058)
* Bump gax-httpjson from 0.62.0 to 0.101.0 in /plugins/repository-gcs Bumps [gax-httpjson](https://github.com/googleapis/gax-java) from 0.62.0 to 0.101.0. - [Release notes](https://github.com/googleapis/gax-java/releases) - [Changelog](https://github.com/googleapis/gax-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/gax-java/commits) --- updated-dependencies: - dependency-name: com.google.api:gax-httpjson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Updating SHAs Signed-off-by: dependabot[bot] <support@github.com> * Added ignoreMissingClasses configuration for gax classes Signed-off-by: Kartik Ganesh <gkart@amazon.com> 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: Kartik Ganesh <gkart@amazon.com>
This commit is contained in:
parent
5f531b366e
commit
1b2f154a92
|
@ -74,7 +74,7 @@ dependencies {
|
|||
api 'com.google.http-client:google-http-client-appengine:1.35.0'
|
||||
api 'com.google.http-client:google-http-client-jackson2:1.35.0'
|
||||
api 'com.google.http-client:google-http-client-gson:1.41.4'
|
||||
api 'com.google.api:gax-httpjson:0.62.0'
|
||||
api 'com.google.api:gax-httpjson:0.101.0'
|
||||
api 'io.grpc:grpc-context:1.45.1'
|
||||
api 'io.opencensus:opencensus-api:0.18.0'
|
||||
api 'io.opencensus:opencensus-contrib-http-util:0.18.0'
|
||||
|
@ -145,6 +145,10 @@ thirdPartyAudit {
|
|||
'com.google.appengine.api.urlfetch.HTTPResponse',
|
||||
'com.google.appengine.api.urlfetch.URLFetchService',
|
||||
'com.google.appengine.api.urlfetch.URLFetchServiceFactory',
|
||||
'com.google.api.gax.rpc.ApiCallContext$Key',
|
||||
'com.google.api.gax.rpc.internal.ApiCallContextOptions',
|
||||
'com.google.api.gax.rpc.mtls.MtlsProvider',
|
||||
'com.google.api.gax.tracing.BaseApiTracer',
|
||||
// commons-logging optional dependencies
|
||||
'org.apache.avalon.framework.logger.Logger',
|
||||
'org.apache.log.Hierarchy',
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
e056920e5df4086270e6c3d2e3a16d8a7585fd13
|
|
@ -1 +0,0 @@
|
|||
05a1a4736acd1c4f30304be953532be6aecdc2c9
|
Loading…
Reference in New Issue