Skip to content
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

Upgraded protobuf-java dependencies to 3.25.5 #23797

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

infvg
Copy link

@infvg infvg commented Oct 9, 2024

Description

Upgraded protobuf-java dependencies to version 3.25.5

Motivation and Context

This upgrade was created to deal with CVEs found in lower versions

Impact

None

Release Notes

== RELEASE NOTES ==

General Changes
* Upgraded protobuf-java to version 3.25.5 :pr:`23797`
* Upgraded protobuf-java-util to version 3.25.5 :pr:`23797`

@infvg infvg marked this pull request as ready for review October 9, 2024 19:49
@infvg infvg requested a review from a team as a code owner October 9, 2024 19:49
@infvg infvg requested a review from presto-oss October 9, 2024 19:49
@agrawalreetika
Copy link
Member

Should we upgrade it to some close to latest version may be 4.28.2 ?

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>${dep.protobuf-java.version}</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add this explicitly?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we don't, 2.24.0 will be brought in by another dependency.

@infvg
Copy link
Author

infvg commented Oct 9, 2024

@agrawalreetika protobuf versions 3.x and 4.x have different APIs and upgrading the major version might result in issues.

https://protobuf.dev/support/version-support/
The 3.25.x version will continue to receive support until 31 March 2026.

agrawalreetika
agrawalreetika previously approved these changes Oct 10, 2024
@agrawalreetika
Copy link
Member

Looks like there are some dependency issues in presto-bigquery connector, please check and fix those

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants