Skip to content

Commit

Permalink
Up SnakeYAML to 1.33 and OWASP dep check to 7.2.1
Browse files Browse the repository at this point in the history
Fixes CVE-2022-38752 (that was not applicable to our use case, BTW)
  • Loading branch information
ar committed Oct 14, 2022
1 parent b9d22db commit cba2fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jpos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:5.3.0'
classpath 'org.owasp:dependency-check-gradle:6.1.5'
classpath 'org.owasp:dependency-check-gradle:7.2.1'
}
}
apply plugin: 'biz.aQute.bnd.builder'
Expand Down
2 changes: 1 addition & 1 deletion jpos/libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
slf4j_api: "org.slf4j:slf4j-api:1.7.32",
slf4j_nop: "org.slf4j:slf4j-nop:1.7.32",
hdrhistogram: 'org.hdrhistogram:HdrHistogram:2.1.12',
yaml: "org.yaml:snakeyaml:1.28"
yaml: "org.yaml:snakeyaml:1.33"
]
}

0 comments on commit cba2fc6

Please sign in to comment.