Skip to content

Commit 1e8ca42

Browse files
dependabot[bot]reta
authored andcommitted
Bump io.grpc:grpc-api from 1.57.2 to 1.68.0 in /plugins/discovery-gce (opensearch-project#16213)
* 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]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> * Centralize grpc version management Signed-off-by: Andriy Redko <[email protected]> --------- 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]>
1 parent 6eb11d7 commit 1e8ca42

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 `netty` from 4.1.112.Final to 4.1.114.Final ([#16182](https://github.com/opensearch-project/OpenSearch/pull/16182))
4545
- 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))
4646
- Bump `com.azure:azure-json` from 1.1.0 to 1.3.0 ([#16217](https://github.com/opensearch-project/OpenSearch/pull/16217))
47+
- Bump `io.grpc:grpc-api` from 1.57.2 to 1.68.0 ([#16213](https://github.com/opensearch-project/OpenSearch/pull/16213))
4748
- Bump `com.squareup.okio:okio` from 3.9.0 to 3.9.1 ([#16212](https://github.com/opensearch-project/OpenSearch/pull/16212))
4849

4950
### Changed

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.3
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)