[1.16] Fix/bump deps CVE 1.16#1717
Merged
cicoyle merged 3 commits intodapr:release-1.16from Apr 8, 2026
Merged
Conversation
- Jackson 2.18.6 → 2.21.2 via jackson-bom (SNYK-JAVA-COMFASTERXMLJACKSONCORE-15907551) - Spring Framework 6.2.15 → 6.2.17 via spring-framework-bom (SNYK-JAVA-ORGSPRINGFRAMEWORK-15701755, -15701845) - Logback 1.5.22 → 1.5.25 (SNYK-JAVA-CHQOSLOGBACK-13169722, -15062482) - Tomcat Embed 10.1.50 → 10.1.52 (SNYK-JAVA-ORGAPACHETOMCATEMBED-15307781, -15307822) - AssertJ 3.27.3 → 3.27.7 (SNYK-JAVA-ORGASSERTJ-15102413) - Commons Compress 1.24.0 → 1.26.0 (SNYK-JAVA-ORGAPACHECOMMONS-6254296, -6254297) - Commons Codec 1.17.2 added (runtime dep for commons-compress) Added jackson-bom and spring-framework-bom imports before spring-boot BOM in all modules with their own dependencyManagement to ensure consistent version resolution. Remaining unfixable on 1.16: - grpc-netty-shaded@1.69.0 (bundles Netty 4.1.130, needs gRPC 1.75.0+) - spring-boot-actuator@3.4.13 (needs SB 3.5.x) Signed-off-by: Javier Aliaga <javier@diagrid.io>
7869b62 to
d5890e0
Compare
siri-varma
reviewed
Apr 8, 2026
The jackson-bom, spring-framework-bom, and spring-boot-dependencies are already managed in the parent pom's dependencyManagement section. Signed-off-by: Javier Aliaga <javier@diagrid.io>
…pring-boot-examples These modules inherit jackson-bom, spring-framework-bom, and spring-boot-dependencies from the parent pom. The local re-imports were shadowing the parent's netty-bom override, causing CVE-2026-33871 and CVE-2026-33870 to persist. Signed-off-by: Javier Aliaga <javier@diagrid.io>
cicoyle
approved these changes
Apr 8, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.16 #1717 +/- ##
===============================================
Coverage ? 79.59%
Complexity ? 2090
===============================================
Files ? 256
Lines ? 6386
Branches ? 662
===============================================
Hits ? 5083
Misses ? 959
Partials ? 344 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Description
Upgrade dependencies to address critical and high CVEs on the
release-1.16branch, and consolidate BOM management in the parent pom.Dependency upgrades (parent pom)
BOM consolidation
jackson-bom,spring-framework-bom, andspring-boot-dependenciesimports to the parent pomsdk-springboot,dapr-spring,sdk-tests, andspring-boot-examplesnetty-bom) are not shadowed by child modules re-importing the Spring Boot BOMCVE scan results after this PR
examplesonly, not shippedsdkmodule only, disputed CVENot addressable in this PR
Test plan
mvn clean install -DskipTestspasses on all modulessdk,sdk-actors,sdk-workflows,sdk-springboot)Test plan
snyk test --all-projectsreturns only grpc-netty-shaded and actuator CVEsIssue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: