Skip to content

Bump com.google.api:gax from 2.35.0 to 2.63.1 in /plugins/repository-gcs #17465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `ch.qos.logback:logback-core` from 1.5.16 to 1.5.17 ([#17609](https://github.com/opensearch-project/OpenSearch/pull/17609))
- Bump `org.jruby.joni:joni` from 2.2.3 to 2.2.5 ([#17608](https://github.com/opensearch-project/OpenSearch/pull/17608))
- Bump `dangoslen/dependabot-changelog-helper` from 3 to 4 ([#17498](https://github.com/opensearch-project/OpenSearch/pull/17498))
- Bump `com.google.api:gax` from 2.35.0 to 2.63.1 ([#17465](https://github.com/opensearch-project/OpenSearch/pull/17465))

### Changed

Expand Down
25 changes: 21 additions & 4 deletions plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ opensearchplugin {

dependencies {
api 'com.google.api:api-common:2.46.1'
api 'com.google.api:gax:2.35.0'
api 'com.google.api:gax:2.63.1'
api 'com.google.api:gax-httpjson:2.42.0'

api 'com.google.apis:google-api-services-storage:v1-rev20230617-2.0.0'
Expand Down Expand Up @@ -202,9 +202,26 @@ thirdPartyAudit {
'javax.jms.Message',
'javax.servlet.ServletContextEvent',
'javax.servlet.ServletContextListener',
// Bump for gax 2.42.0
'com.google.api.gax.rpc.EndpointContext',
'com.google.api.gax.rpc.RequestMutator'

// opentelemetry-api is an optional dependency of com.google.api:gax
'io.opentelemetry.api.OpenTelemetry',
'io.opentelemetry.api.common.Attributes',
'io.opentelemetry.api.common.AttributesBuilder',
'io.opentelemetry.api.metrics.DoubleHistogram',
'io.opentelemetry.api.metrics.DoubleHistogramBuilder',
'io.opentelemetry.api.metrics.LongCounter',
'io.opentelemetry.api.metrics.LongCounterBuilder',
'io.opentelemetry.api.metrics.Meter',
'io.opentelemetry.api.metrics.MeterBuilder',

// slf4j is an optional dependency of com.google.api:gax
'org.slf4j.ILoggerFactory',
'org.slf4j.Logger',
'org.slf4j.LoggerFactory',
'org.slf4j.MDC',
'org.slf4j.event.Level',
'org.slf4j.helpers.NOPLogger',
'org.slf4j.spi.LoggingEventBuilder'
)
}

Expand Down
1 change: 0 additions & 1 deletion plugins/repository-gcs/licenses/gax-2.35.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions plugins/repository-gcs/licenses/gax-2.63.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6c9a340608a63e24dc8acd8da84afd8ffecca4b7
Loading