-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version of protobuf-java to 3.22.2 #6994
Conversation
Signed-off-by: Tianli Feng <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Tianli Feng <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Tianli Feng <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #6994 +/- ##
=========================================
Coverage 70.77% 70.77%
- Complexity 59275 59297 +22
=========================================
Files 4823 4823
Lines 283985 283985
Branches 40953 40953
=========================================
+ Hits 200993 200996 +3
- Misses 66459 66491 +32
+ Partials 16533 16498 -35 see 479 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
* Bump version of protobuf-java to 3.22.2 Signed-off-by: Tianli Feng <[email protected]> (cherry picked from commit 53b128f) Signed-off-by: Tianli Feng <[email protected]>
(cherry picked from commit 53b128f) Signed-off-by: Tianli Feng <[email protected]>
Description
There are 3 Gradle sub-projects declared
protobuf-java
dependency. They have got different version due to upgrade alone.This PR will unify the version of library
protobuf-java
used in OpenSearch.Changed the version for the below 3 libraries in 2 directories.
plugins/repository-gcs/build.gradle :
test/fixtures/hdfs-fixture/build.gradle :
There is another
protobuf-java
dependency declared inplugins/repository-hdfs/build.gradle
, the version is already 3.22.2.Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.