julianladisch

Results 15 issues of julianladisch

The kafka-clients upgrade indirectly upgrades snappy-java from 1.1.10.0 to 1.1.10.5 fixing these snappy-java vulnerablities: * https://nvd.nist.gov/vuln/detail/CVE-2023-34453 * https://nvd.nist.gov/vuln/detail/CVE-2023-34454 * https://nvd.nist.gov/vuln/detail/CVE-2023-34455 * https://nvd.nist.gov/vuln/detail/CVE-2023-43642 kafka-clients 3.7.0 requires to bump the test dependency...

Upgrade graalvm from 21.3.0 to 22.2.0 fixing multiple vulnerabilities: https://www.cvedetails.com/version-list/93/57206/1/Oracle-Graalvm.html

getUniqueEphemeralPorts doesn't check whether the ports are free or in use. To avoid a port that is in use call new ServerSocket(0) that finds a random ephemeral port that is...

Please update https://mguenther.github.io/kafka-junit/ to reflect the latest releases.