Bugfix
By raising the version of netty-codec-http to 4.1.115, a security vulnerability (CVE-2024-47535) caused by an outdated Netty version is closed. In this ticket, the version of the artemis-jakarta-client has also been upgraded from `2.33.0 to 2.38.0.
The vulnerability occurs on Windows systems when Netty attempts to load a specific file that does not exist. An attacker could overload and crash the application by creating a large file with the expected name.
The update ensures that this vulnerability is fixed and improves the stability and security of the application. No direct adjustments to the existing code are required as the changes are managed via the dependencies.
Test
No test.