spuru9 opened a new pull request, #252: URL: https://github.com/apache/flink-connector-kafka/pull/252
## Summary Bumps `flink.version` from 2.1.0 to 2.1.2 in the root `pom.xml`. `flink-runtime` 2.1.2 pins `org.lz4:lz4-java` to 1.10.3 (was 1.8.0), which clears two HIGH-severity CVEs from the connector's test/provided classpath: - [CVE-2025-12183](https://nvd.nist.gov/vuln/detail/CVE-2025-12183) — out-of-bounds memory operations / DoS / info disclosure. - [CVE-2025-66566](https://nvd.nist.gov/vuln/detail/CVE-2025-66566) — info disclosure via insufficient output buffer clearing. Patch-level Flink bump within the same minor — no API changes expected on the connector side. ## Test plan - [x] `mvn clean test-compile` on `flink-connector-kafka` passes against Flink 2.1.2. - [x] `trivy fs` no longer reports `org.lz4:lz4-java:1.8.0` after the bump. - [ ] CI green. -- 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]
