ChinchuAjith opened a new pull request, #2342: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2342
This PR replaces the `wiremock` artifact with `wiremock-jetty12` in test dependencies to resolve four Jetty CVEs. **Background** This change is part of a coordinated fix across multiple repositories to upgrade Jetty from 11.0.24 to 12.0.33. The parent repository (Drools kie-parent) has been updated to manage Jetty 12.0.33 and WireMock 3.13.2. **Changes Made** Replaced `wiremock` with `wiremock-jetty12` in 13 pom.xml files: **Impact - All test dependencies now use `wiremock-jetty12` which pulls Jetty 12.0.33 - Inherits Jetty version management from Drools kie-parent - No functional changes to tests **CVEs Resolved** - CVE-2024-6763 (Critical) - CVE-2025-11143 (Critical) - CVE-2026-2332 (High) - CVE-2025-5115 **Dependencies** - Requires Drools kie-parent PR to be merged first -- 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]
