-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-27419 Update to hbase-thirdparty 4.1.2 #4818
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,7 +34,7 @@ | |
| <!--Version of protobuf that hbase uses internally (we shade our pb) | ||
| Must match what is out in hbase-thirdparty include. | ||
| --> | ||
| <internal.protobuf.version>3.21.1</internal.protobuf.version> | ||
| <internal.protobuf.version>3.21.7</internal.protobuf.version> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe there is a way to tie this setting to hbase-thirdparty somehow. Have hbase-thirdparty export a version property in its POM that we can use here.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will open a new issue if I find a way to do this. |
||
| </properties> | ||
| <dependencies> | ||
| <!--BE CAREFUL! Any dependency added here needs to be | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto