AnnJoy23 opened a new pull request, #2223: URL: https://github.com/apache/incubator-kie-examples/pull/2223
## Summary Upgrades Quarkus from `3.27.4.1` → `3.27.5.1` across all affected modules to remediate two CVEs. ## Fix Strategy - **CVE-2026-55831 (netty 4.1.x):** Quarkus 3.27.5.1 BOM pins `io.netty:netty-codec-http:4.1.136.Final` — resolves automatically via upgrade. - **CVE-2026-55831 (netty 4.2.x):** Direct property `version.io.netty` bumped `4.2.15.Final` → `4.2.16.Final` in `springboot/bom/pom.xml` (Spring Boot path, independent of Quarkus BOM). - **CVE-2026-8484 (jansi):** Quarkus 3.27.5 upgraded `readline` from `2.6` → `2.6.3`, which replaces the unmaintained `org.fusesource.jansi:jansi:2.4.0` with the maintained `org.jline:jansi:4.2.1`. No separate exclusion needed. ## Verification Confirmed via `quarkus-bom 3.27.5.1` dependency management on Maven Central: - `org.aesh:readline` = `2.6.3` → `org.jline:jansi` = `4.2.1` ## Related PRs -https://github.com/apache/incubator-kie-tools/pull/3700 -https://github.com/apache/incubator-kie/pull/6882 -- 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]
