ADH-8316: Fix Grype findings by upgrading vulnerable runtime dependencies#251
Merged
Conversation
…igrate Akka configuration to Artery; resolve vulnerabilities in runtime libraries
…figuration; update Docker base images to use OpenJDK 11; remove unused Netty and Thrift dependencies from POM.
|
bender build |
4 similar comments
|
bender build |
|
bender build |
|
bender build |
|
bender build |
ADH-8327: [AQA] Update SSM environment to run tests with java 11
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.
This PR addresses Grype vulnerability findings by updating vulnerable runtime dependencies and aligning transitive dependency management across SSM modules.
Changes
Upgraded core dependency versions:
2.22.1 -> 2.25.45.3.31 -> 5.3.395.8.169.0.1189.4.58.v202508142.18.633.5.0-jre3.25.942.7.113.41.2.21.11.01.18.421.11.51.17.02.1.42.44.91.84Replaced
hazelcast-allwithhazelcastand updated Hazelcast to5.7.0.Added explicit dependency management for Spring, Spring Security, Tomcat, Jetty, Jackson modules, Netty BOM, Hive ecosystem libraries, and other transitive dependencies reported by Grype.
Replaced Hazelcast-shaded Guava usage with direct Guava dependency.
Excluded shaded
aircompressorclasses fromsmart-hive-execto avoid packaging vulnerable embedded classes.Added Arenadata GitHub Maven package repository for dependency resolution.