Skip to content

Commit 12d9175

Browse files
[Backport 2.x] Bump protobuf-java to 3.21.8 (#5005)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.7 to 3.21.8. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.21.7...v3.21.8) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Vacha Shah <[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>
1 parent 859b06e commit 12d9175

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
105105
- Update Jackson Databind to 2.13.4.2 (addressing CVE-2022-42003) ([#4781](https://github.com/opensearch-project/OpenSearch/pull/4781))
106106
- Install and configure Log4j JUL Adapter for Lucene 9.4 ([#4754](https://github.com/opensearch-project/OpenSearch/pull/4754))
107107
- Added feature to ignore indexes starting with dot during shard limit validation.([#4695](https://github.com/opensearch-project/OpenSearch/pull/4695))
108+
- Bump protobuf-java to 3.21.8 ([#5005](https://github.com/opensearch-project/OpenSearch/pull/5005))
108109
### Changed
109110
- Refactored BalancedAllocator.Balancer to LocalShardsBalancer ([#4818](https://github.com/opensearch-project/OpenSearch/pull/4818))
110111
### Deprecated
@@ -131,4 +132,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
131132
### Security
132133

133134
[Unreleased]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...HEAD
134-
[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x
135+
[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
api "com.fasterxml.woodstox:woodstox-core:${versions.woodstox}"
5050
api 'net.minidev:json-smart:2.4.8'
5151
api "org.mockito:mockito-core:${versions.mockito}"
52-
api "com.google.protobuf:protobuf-java:3.21.2"
52+
api "com.google.protobuf:protobuf-java:3.21.8"
5353
api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
5454
api 'org.eclipse.jetty:jetty-server:9.4.49.v20220914'
5555
}

0 commit comments

Comments
 (0)