From 5183dfe0dc558c47f609393a7860cbb5c740c875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:46:43 +0000 Subject: [PATCH 1/3] Bump com.google.cloud:google-cloud-storage in /plugins/repository-gcs Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 1.113.1 to 2.45.0. - [Release notes](https://github.com/googleapis/java-storage/releases) - [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/java-storage/compare/v1.113.1...v2.45.0) --- updated-dependencies: - dependency-name: com.google.cloud:google-cloud-storage dependency-type: direct:production update-type: version-update:semver-major ... 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 97ae88aac5485..a6946318ec5c5 100644 --- a/plugins/repository-gcs/build.gradle +++ b/plugins/repository-gcs/build.gradle @@ -64,7 +64,7 @@ dependencies { api 'com.google.cloud:google-cloud-core:2.30.0' api 'com.google.cloud:google-cloud-core-http:2.47.0' - api 'com.google.cloud:google-cloud-storage:1.113.1' + api 'com.google.cloud:google-cloud-storage:2.45.0' api 'com.google.code.gson:gson:2.11.0' From 892e2e89d01244727b3499459e82f0ba2e33f0fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 29 Nov 2024 21:48:57 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- .../licenses/google-cloud-storage-1.113.1.jar.sha1 | 1 - .../repository-gcs/licenses/google-cloud-storage-2.45.0.jar.sha1 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 plugins/repository-gcs/licenses/google-cloud-storage-1.113.1.jar.sha1 create mode 100644 plugins/repository-gcs/licenses/google-cloud-storage-2.45.0.jar.sha1 diff --git a/plugins/repository-gcs/licenses/google-cloud-storage-1.113.1.jar.sha1 b/plugins/repository-gcs/licenses/google-cloud-storage-1.113.1.jar.sha1 deleted file mode 100644 index 22fc078b36aa1..0000000000000 --- a/plugins/repository-gcs/licenses/google-cloud-storage-1.113.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -fd291ed57c1223bbb31363c4aa88c55faf0000c7 \ No newline at end of file diff --git a/plugins/repository-gcs/licenses/google-cloud-storage-2.45.0.jar.sha1 b/plugins/repository-gcs/licenses/google-cloud-storage-2.45.0.jar.sha1 new file mode 100644 index 0000000000000..d4804aed00a15 --- /dev/null +++ b/plugins/repository-gcs/licenses/google-cloud-storage-2.45.0.jar.sha1 @@ -0,0 +1 @@ +76b1baa7a6bd651594202cc2afb5ab30b9e8419f \ No newline at end of file From aadc52821b7f1099566c43a3385ae6c4c0a56c05 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" Date: Fri, 29 Nov 2024 21:51:58 +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 c81586548d210..bfc060212f08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `org.xerial.snappy:snappy-java` from 1.1.10.6 to 1.1.10.7 ([#16665](https://github.com/opensearch-project/OpenSearch/pull/16665)) - Bump `codecov/codecov-action` from 4 to 5 ([#16667](https://github.com/opensearch-project/OpenSearch/pull/16667)) - Bump `org.apache.logging.log4j:log4j-core` from 2.24.1 to 2.24.2 ([#16718](https://github.com/opensearch-project/OpenSearch/pull/16718)) +- Bump `com.google.cloud:google-cloud-storage` from 1.113.1 to 2.45.0 ([#16749](https://github.com/opensearch-project/OpenSearch/pull/16749)) ### Changed - Indexed IP field supports `terms_query` with more than 1025 IP masks [#16391](https://github.com/opensearch-project/OpenSearch/pull/16391)