Skip to content

Commit

Permalink
Bump gax-httpjson from 0.62.0 to 0.101.0 in /plugins/repository-gcs (o…
Browse files Browse the repository at this point in the history
…pensearch-project#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] <[email protected]>

* Updating SHAs

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

* Added ignoreMissingClasses configuration for gax classes

Signed-off-by: Kartik Ganesh <[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: Kartik Ganesh <[email protected]>
  • Loading branch information
3 people authored May 3, 2022
1 parent 5f531b3 commit 1b2f154
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e056920e5df4086270e6c3d2e3a16d8a7585fd13

This file was deleted.

0 comments on commit 1b2f154

Please sign in to comment.