Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 2, 2024
1 parent d3675a5 commit 8215e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencyManagement {
dependencies {

//CVE-2022-25857, CVE-2022-38749, CVE-2022-38750, CVE-2022-38751, CVE-2022-38752, CVE-2022-41854
dependencySet(group: 'org.yaml', version: '2.2') {
dependencySet(group: 'org.yaml', version: '2.3') {
entry 'snakeyaml'
}
}
Expand Down

0 comments on commit 8215e56

Please sign in to comment.