Skip to content

Conversation

@onobc
Copy link
Collaborator

@onobc onobc commented Feb 8, 2026

Moves the previous override of mssql-jdbc to where the dependency is used (rather than for all apps) in the jdbc-source and jdbc-sink apps. Also fixes CVE-2025-8916 by excluding the transitive dependency on org.bouncycastle:bcpkix-jdk18on:1.78 from mssql-jdbc and instead directly brings in Bouncycastle version 1.79.

Moves the previous override of lz4-java to where the dependency is used - in the Kafka binder apps only. Also fixes CVE-2025-66566 by excluding the flawed version of lz4-java from kafka-clients and instead brings in updated lz4-java version 1.10.3.

@onobc onobc requested a review from mamachanko February 8, 2026 21:44
@onobc onobc added the dependencies Pull requests that update a dependency file label Feb 8, 2026
@onobc onobc force-pushed the fix-mssql-and-lz4-java branch 2 times, most recently from e10d0ff to 6dad6ac Compare February 9, 2026 23:59
Removes the previous override of `mssql-jdbc` which is no longer
required as Spring Boot `3.4.13` dependency management updates the
version to the fixed version `12.8.2.jre11`.

Moves the previous override of `lz4-java` to where the dependency
is used - in the Kafka binder apps only. Also update from version
`1.8.1` to `1.10.3` as there are more recent CVEs since last update.

Finally, adds CVE-2025-59250 to the trivyignore list because Trivy
is incorrectly reporting that we are using version `12.8.2` when
we are actually using the fixed version `12.8.2.jre11`.

Signed-off-by: Chris Bono <chris.bono@broadcom.com>
@onobc onobc force-pushed the fix-mssql-and-lz4-java branch from 6dad6ac to 699c81f Compare February 10, 2026 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants