AnnJoy23 commented on PR #6886: URL: https://github.com/apache/incubator-kie/pull/6886#issuecomment-5282817785
Hi @gitgabrio , Thank you for the suggestion — running mvn dependency:tree -Dverbose -pl kogito-apps-springboot/integration-tests-jobs-service-springboot -Dincludes="tools.jackson*" confirms the concern: tools.jackson.core:jackson-databind:jar:3.1.5:compile (version managed from 3.1.4) tools.jackson.core:jackson-core:jar:3.1.4:compile (version managed from 3.1.5) The pin is scoped to jackson-databind since the CVE (CVE-2026-59889) affects only jackson-databind. jackson-core:3.1.4 has no known vulnerability at this time. This pin is temporary and will be removed once spring-boot-dependencies ships with jackson-databind >= 3.1.5. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
