Skip to content

Commit a8a82db

Browse files
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](googleapis/gax-java@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] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Handled missing classes Signed-off-by: Owais Kazi <[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: Owais Kazi <[email protected]>
1 parent c470580 commit a8a82db

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

plugins/repository-gcs/build.gradle

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
api "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
6060
api "commons-codec:commons-codec:${versions.commonscodec}"
6161
api 'com.google.api:api-common:1.8.1'
62-
api 'com.google.api:gax:1.54.0'
62+
api 'com.google.api:gax:2.17.0'
6363
api 'org.threeten:threetenbp:1.4.4'
6464
api 'com.google.protobuf:protobuf-java-util:3.20.0'
6565
api 'com.google.protobuf:protobuf-java:3.19.3'
@@ -146,10 +146,7 @@ thirdPartyAudit {
146146
'com.google.appengine.api.urlfetch.HTTPResponse',
147147
'com.google.appengine.api.urlfetch.URLFetchService',
148148
'com.google.appengine.api.urlfetch.URLFetchServiceFactory',
149-
'com.google.api.gax.rpc.ApiCallContext$Key',
150-
'com.google.api.gax.rpc.internal.ApiCallContextOptions',
151-
'com.google.api.gax.rpc.mtls.MtlsProvider',
152-
'com.google.api.gax.tracing.BaseApiTracer',
149+
'com.oracle.svm.core.configure.ResourcesRegistry',
153150
// commons-logging optional dependencies
154151
'org.apache.avalon.framework.logger.Logger',
155152
'org.apache.log.Hierarchy',
@@ -197,6 +194,13 @@ thirdPartyAudit {
197194
'org.apache.http.protocol.HttpContext',
198195
'org.apache.http.protocol.HttpProcessor',
199196
'org.apache.http.protocol.HttpRequestExecutor',
197+
'org.graalvm.nativeimage.ImageSingletons',
198+
'org.graalvm.nativeimage.hosted.Feature',
199+
'org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess',
200+
'org.graalvm.nativeimage.hosted.Feature$DuringAnalysisAccess',
201+
'org.graalvm.nativeimage.hosted.Feature$FeatureAccess',
202+
'org.graalvm.nativeimage.hosted.RuntimeReflection',
203+
'org.graalvm.nativeimage.impl.ConfigurationCondition',
200204
// commons-logging provided dependencies
201205
'javax.jms.Message',
202206
'javax.servlet.ServletContextEvent',

plugins/repository-gcs/licenses/gax-1.54.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f78b89e5c00c7a88c8d874a257f752094ea16321

0 commit comments

Comments
 (0)