Skip to content

Commit

Permalink
chore(deps): bump org.yaml:snakeyaml from 2.0 to 2.2
Browse files Browse the repository at this point in the history
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.0 to 2.2.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.2..snakeyaml-2.0)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 50ec478 commit 2d4d3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,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.2'

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

0 comments on commit 2d4d3e6

Please sign in to comment.