From 564f9f58487f6a721898238d7aef5e6c50be9e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:51:19 +0000 Subject: [PATCH 1/3] Bump com.google.api.grpc:proto-google-common-protos Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.37.1 to 2.52.0. - [Release notes](https://github.com/googleapis/sdk-platform-java/releases) - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/sdk-platform-java/compare/api-common/v2.37.1...v2.52.0) --- updated-dependencies: - dependency-name: com.google.api.grpc:proto-google-common-protos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/repository-gcs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repository-gcs/build.gradle b/plugins/repository-gcs/build.gradle index d4c870e1ca2b2..53439c1ca7744 100644 --- a/plugins/repository-gcs/build.gradle +++ b/plugins/repository-gcs/build.gradle @@ -56,7 +56,7 @@ dependencies { api 'com.google.api-client:google-api-client:2.7.0' - api 'com.google.api.grpc:proto-google-common-protos:2.37.1' + api 'com.google.api.grpc:proto-google-common-protos:2.52.0' api 'com.google.api.grpc:proto-google-iam-v1:1.33.0' api "com.google.auth:google-auth-library-credentials:${versions.google_auth}" From 841b0e92f14b24c5450bad76172c0d10d73966a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:53:34 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- .../licenses/proto-google-common-protos-2.37.1.jar.sha1 | 1 - .../licenses/proto-google-common-protos-2.52.0.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 plugins/repository-gcs/licenses/proto-google-common-protos-2.37.1.jar.sha1 create mode 100644 plugins/repository-gcs/licenses/proto-google-common-protos-2.52.0.jar.sha1 diff --git a/plugins/repository-gcs/licenses/proto-google-common-protos-2.37.1.jar.sha1 b/plugins/repository-gcs/licenses/proto-google-common-protos-2.37.1.jar.sha1 deleted file mode 100644 index 92f991778ccc3..0000000000000 --- a/plugins/repository-gcs/licenses/proto-google-common-protos-2.37.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3b8759ef0468cced72f8f0d4fc3cc57aeb8139f8 \ No newline at end of file diff --git a/plugins/repository-gcs/licenses/proto-google-common-protos-2.52.0.jar.sha1 b/plugins/repository-gcs/licenses/proto-google-common-protos-2.52.0.jar.sha1 new file mode 100644 index 0000000000000..d955f83389a2d --- /dev/null +++ b/plugins/repository-gcs/licenses/proto-google-common-protos-2.52.0.jar.sha1 @@ -0,0 +1 @@ +8f64c0540ed74ca464a4a025b32f967bd764bdbe \ No newline at end of file From 813b422745e624d548be2378caca67fd586c4d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:54:27 +0000 Subject: [PATCH 3/3] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f2b019d514a..c1ec0dbe0f4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump netty from 4.1.117.Final to 4.1.118.Final ([#17320](https://github.com/opensearch-project/OpenSearch/pull/17320)) - Bump `reactor_netty` from 1.1.26 to 1.1.27 ([#17322](https://github.com/opensearch-project/OpenSearch/pull/17322)) - Bump `me.champeau.gradle.japicmp` from 0.4.5 to 0.4.6 ([#17375](https://github.com/opensearch-project/OpenSearch/pull/17375)) +- Bump `com.google.api.grpc:proto-google-common-protos` from 2.37.1 to 2.52.0 ([#17379](https://github.com/opensearch-project/OpenSearch/pull/17379)) ### Changed - Convert transport-reactor-netty4 to use gradle version catalog [#17233](https://github.com/opensearch-project/OpenSearch/pull/17233)