Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion miw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
implementation 'org.eclipse.tractusx.ssi:cx-ssi-lib:0.0.19'

//Added explicitly to mitigate CVE 2022-1471
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.0'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.3'

//Added explicitly to mitigate CVE 2023-24998
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
Expand Down