chore(deps): security upgrade for dependencies#214
Open
0xbigapple wants to merge 2 commits into
Open
Conversation
Upgrade dependencies to address known CVEs: - vert.x 4.5.21 -> 4.5.27 - netty 4.1.125 -> 4.1.133.Final (12 CVEs via BOM) - bouncycastle 1.78.1 -> 1.84 - grpc 1.75.0 -> 1.81.0 - jackson-core forced to 2.18.6 - log4j (build classpath) forced to 2.25.4 - plexus-utils (build classpath) forced to 3.6.1 Replace netty-all with netty-bom + netty-buffer to allow transitive netty modules to be version-aligned by the BOM. Document the BOM extension pattern in README. Bump trident version to 1.0.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Upgrade core dependencies to address known CVEs and modernize the netty dependency declaration. No public API changes; this is a pure security maintenance release.
4.5.21→4.5.274.1.125.Final→4.1.133.Finalbcprov-jdk18on:1.78.1→1.841.75.0→1.81.0(withprotoc-gen-grpc-javakept at1.60.0per the existing CentOS 7 compatibility comment)jackson-core:2.18.6log4j-api,log4j-core:2.25.4plexus-utils:3.6.1io.netty:netty-all:4.1.125.Finalwithplatform("io.netty:netty-bom:4.1.133.Final")+io.netty:netty-bufferforce("io.netty:netty-codec*:…")block in the rootbuild.gradle; the BOM now provides the same alignment0.11.0→1.0.0Why are these changes required?
This PR has been tested by:
Follow up
Extra details