Skip to content

Commit 79546c3

Browse files
Bump io.grpc:grpc-api from 1.57.2 to 1.68.0 in /plugins/discovery-gce (#16213) (#16258)
* Bump io.grpc:grpc-api from 1.57.2 to 1.68.0 in /plugins/discovery-gce Bumps [io.grpc:grpc-api](https://github.com/grpc/grpc-java) from 1.57.2 to 1.68.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.57.2...v1.68.0) updated-dependencies: - dependency-name: io.grpc:grpc-api dependency-type: direct:production update-type: version-update:semver-minor Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andriy Redko <[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: Andriy Redko <[email protected]> (cherry picked from commit ba0ccfa) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a468767 commit 79546c3

File tree

8 files changed

+6
-4
lines changed

8 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4444
- Bump `com.google.api-client:google-api-client` from 2.2.0 to 2.7.0 ([#16216](https://github.com/opensearch-project/OpenSearch/pull/16216))
4545
- Bump `com.azure:azure-json` from 1.1.0 to 1.3.0 ([#16217](https://github.com/opensearch-project/OpenSearch/pull/16217))
4646
- Bump `org.jline:jline` from 3.26.3 to 3.27.0 ([#16135](https://github.com/opensearch-project/OpenSearch/pull/16135))
47+
- Bump `io.grpc:grpc-api` from 1.57.2 to 1.68.0 ([#16213](https://github.com/opensearch-project/OpenSearch/pull/16213))
4748

4849
### Changed
4950
- Add support for docker compose v2 in TestFixturesPlugin ([#16049](https://github.com/opensearch-project/OpenSearch/pull/16049))

buildSrc/version.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jakarta_annotation = 1.3.5
2525
google_http_client = 1.44.1
2626
tdigest = 3.2
2727
hdrhistogram = 2.2.2
28+
grpc = 1.68.0
2829

2930
# when updating the JNA version, also update the version in buildSrc/build.gradle
3031
jna = 5.13.0

plugins/discovery-gce/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
api "commons-logging:commons-logging:${versions.commonslogging}"
3131
api "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
3232
api "commons-codec:commons-codec:${versions.commonscodec}"
33-
api 'io.grpc:grpc-api:1.57.2'
33+
api "io.grpc:grpc-api:${versions.grpc}"
3434
api 'io.opencensus:opencensus-api:0.31.1'
3535
api 'io.opencensus:opencensus-contrib-http-util:0.31.1'
3636
runtimeOnly "com.google.guava:guava:${versions.guava}"

plugins/discovery-gce/licenses/grpc-api-1.57.2.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+
9a9f25c58d8d5b0fcf37ae889a50fec87e34ac08

plugins/repository-gcs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686
api "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
8787
api "commons-codec:commons-codec:${versions.commonscodec}"
8888
api 'org.threeten:threetenbp:1.4.4'
89-
api 'io.grpc:grpc-api:1.57.2'
89+
api "io.grpc:grpc-api:${versions.grpc}"
9090
api 'io.opencensus:opencensus-api:0.31.1'
9191
api 'io.opencensus:opencensus-contrib-http-util:0.31.1'
9292

plugins/repository-gcs/licenses/grpc-api-1.57.2.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+
9a9f25c58d8d5b0fcf37ae889a50fec87e34ac08

0 commit comments

Comments
 (0)