ChinchuAjith opened a new pull request, #2217: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/2217
This PR upgrades WireMock from 3.13.0 to 3.13.2 to resolve four Jetty CVEs. **Background** The bamoe-examples repository was already using the correct `wiremock-jetty12` artifact, but with WireMock version 3.13.0. WireMock 3.13.2 includes Jetty 12.0.33, which resolves all four CVEs. **Changes Made** Updated `bamoe-examples/pom.xml`: - wiremock version changed from 3.13.0 to 3.13.2 **mpact** - WireMock 3.13.2 pulls Jetty 12.0.33 (instead of 11.0.24) - All examples using `wiremock-jetty12` will now use the secure Jetty version - No code changes required in examples **Affected Modules** - `process-rest-workitem-multi-quarkus` **CVEs Resolved** - CVE-2024-6763 (Critical) - CVE-2025-11143 (Critical) - CVE-2026-2332 (High) - CVE-2025-5115 -- 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]
