Skip to content

Update jackson, snakeyaml and docker-java versions - #10258

Merged
eddumelendez merged 3 commits into
testcontainers:mainfrom
ZachChuba:upgrade-jackson-snakeyaml
Jul 16, 2025
Merged

Update jackson, snakeyaml and docker-java versions#10258
eddumelendez merged 3 commits into
testcontainers:mainfrom
ZachChuba:upgrade-jackson-snakeyaml

Conversation

@ZachChuba

Copy link
Copy Markdown
Contributor

Code hygene and clearing falsely flagged CVEs

Upgrade jackson and snakeyaml to the latest version. Aside from providing code hygene, these two dependencies are flagged by FOSS scanning tools as having critical severity CVEs. Although not exploitable in testcontainers, this causes a headache for developers.

This is to address Issue #9289

@ZachChuba
ZachChuba requested a review from a team May 9, 2025 11:16
codefish1