CLOUDSEC-115 Upgrade Jackson to 2.22.3 in shared Gradle modules - #142
Conversation
Code Review ✅ Approved🟡 Medium risk · The shared Gradle runtime resolves Jackson to a patched dependency version. Upgrades Jackson from 2.22.2 to 2.22.3 in shared Gradle modules to address security advisory GHSA-p6pp-m3f8-5c89. Validation confirms Review coverage🧪 Functional validation No results 📋 Rules No rules evaluated 🤖 Auto-approval Not enabled · Set up OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
|





Summary
gradle-modulesruntime classpath. The BOM now resolves its transitivejackson-coredependency to the patched version.This addresses the remaining build-logic dependency path seen in SonarPHP. After this PR merges, SonarPHP still needs to advance its
build-logic/commonsubmodule pointer. The two SonarPHP integration-test paths are handled in SonarPHP PR #1818.Validation
./gradlew :gradle-modules:dependencyInsight --configuration runtimeClasspath --dependency com.fasterxml.jackson.core:jackson-core --console=plain— resolves 2.22.3../gradlew :gradle-modules:check --console=plain— passed.