From ff43d768b10f97bac35a2638c2c6bc2b642cd10f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 08:56:40 -0500 Subject: [PATCH] Bump protobuf-java from 3.21.11 to 3.21.12 in /plugins/repository-hdfs (#5603) * Bump protobuf-java from 3.21.11 to 3.21.12 in /plugins/repository-hdfs Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.11 to 3.21.12. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.11...v3.21.12) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Updating SHAs Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 6 +++++- plugins/repository-hdfs/build.gradle | 2 +- .../repository-hdfs/licenses/protobuf-java-3.21.11.jar.sha1 | 1 - .../repository-hdfs/licenses/protobuf-java-3.21.12.jar.sha1 | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 plugins/repository-hdfs/licenses/protobuf-java-3.21.11.jar.sha1 create mode 100644 plugins/repository-hdfs/licenses/protobuf-java-3.21.12.jar.sha1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 051b6ed149da4..b41ebf55ccc6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## [Unreleased] +### Dependencies +- Bumps `protobuf-java` from 3.21.11 to 3.21.12 + All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on how to add changelog entries. @@ -120,4 +124,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Security [Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.4...HEAD -[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.4...2.x +[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.4...2.x \ No newline at end of file diff --git a/plugins/repository-hdfs/build.gradle b/plugins/repository-hdfs/build.gradle index 73d59a16bb07a..0259be3428a82 100644 --- a/plugins/repository-hdfs/build.gradle +++ b/plugins/repository-hdfs/build.gradle @@ -68,7 +68,7 @@ dependencies { api 'org.apache.avro:avro:1.11.1' api 'com.google.code.gson:gson:2.10' runtimeOnly 'com.google.guava:guava:31.1-jre' - api 'com.google.protobuf:protobuf-java:3.21.11' + api 'com.google.protobuf:protobuf-java:3.21.12' api "commons-logging:commons-logging:${versions.commonslogging}" api 'commons-cli:commons-cli:1.5.0' api "commons-codec:commons-codec:${versions.commonscodec}" diff --git a/plugins/repository-hdfs/licenses/protobuf-java-3.21.11.jar.sha1 b/plugins/repository-hdfs/licenses/protobuf-java-3.21.11.jar.sha1 deleted file mode 100644 index d0e50b4b7838c..0000000000000 --- a/plugins/repository-hdfs/licenses/protobuf-java-3.21.11.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c94f1937debcacbbeff48208bc2f7279088cbcdc \ No newline at end of file diff --git a/plugins/repository-hdfs/licenses/protobuf-java-3.21.12.jar.sha1 b/plugins/repository-hdfs/licenses/protobuf-java-3.21.12.jar.sha1 new file mode 100644 index 0000000000000..e86ed957b6625 --- /dev/null +++ b/plugins/repository-hdfs/licenses/protobuf-java-3.21.12.jar.sha1 @@ -0,0 +1 @@ +5589e79a33cb6509f7e681d7cf4fc59d47c51c71 \ No newline at end of file