Bump gax from 1.54.0 to 2.17.0 in /plugins/repository-gcs (#3336)
* Bump gax from 1.54.0 to 2.17.0 in /plugins/repository-gcs Bumps [gax](https://github.com/googleapis/gax-java) from 1.54.0 to 2.17.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/compare/v1.54.0...v2.17.0) --- updated-dependencies: - dependency-name: com.google.api:gax dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Updating SHAs Signed-off-by: dependabot[bot] <support@github.com> * Handled missing classes Signed-off-by: Owais Kazi <owaiskazi19@gmail.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: Owais Kazi <owaiskazi19@gmail.com>
This commit is contained in:
parent
c4705808e9
commit
a8a82db430
|
@ -59,7 +59,7 @@ dependencies {
|
|||
api "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
|
||||
api "commons-codec:commons-codec:${versions.commonscodec}"
|
||||
api 'com.google.api:api-common:1.8.1'
|
||||
api 'com.google.api:gax:1.54.0'
|
||||
api 'com.google.api:gax:2.17.0'
|
||||
api 'org.threeten:threetenbp:1.4.4'
|
||||
api 'com.google.protobuf:protobuf-java-util:3.20.0'
|
||||
api 'com.google.protobuf:protobuf-java:3.19.3'
|
||||
|
@ -146,10 +146,7 @@ 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',
|
||||
'com.oracle.svm.core.configure.ResourcesRegistry',
|
||||
// commons-logging optional dependencies
|
||||
'org.apache.avalon.framework.logger.Logger',
|
||||
'org.apache.log.Hierarchy',
|
||||
|
@ -197,6 +194,13 @@ thirdPartyAudit {
|
|||
'org.apache.http.protocol.HttpContext',
|
||||
'org.apache.http.protocol.HttpProcessor',
|
||||
'org.apache.http.protocol.HttpRequestExecutor',
|
||||
'org.graalvm.nativeimage.ImageSingletons',
|
||||
'org.graalvm.nativeimage.hosted.Feature',
|
||||
'org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess',
|
||||
'org.graalvm.nativeimage.hosted.Feature$DuringAnalysisAccess',
|
||||
'org.graalvm.nativeimage.hosted.Feature$FeatureAccess',
|
||||
'org.graalvm.nativeimage.hosted.RuntimeReflection',
|
||||
'org.graalvm.nativeimage.impl.ConfigurationCondition',
|
||||
// commons-logging provided dependencies
|
||||
'javax.jms.Message',
|
||||
'javax.servlet.ServletContextEvent',
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
1f1668868b8b3fd5fc248d80c16dd9f09afc9180
|
|
@ -0,0 +1 @@
|
|||
f78b89e5c00c7a88c8d874a257f752094ea16321
|
Loading…
Reference in New Issue