Skip to content

Commit

Permalink
cve
Browse files Browse the repository at this point in the history
  • Loading branch information
jburke-idam committed Oct 20, 2023
1 parent feb5871 commit 12a6642
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,13 @@ dependencies {
// CVE fix
implementation 'org.yaml:snakeyaml:2.2'

implementation 'org.json:json'
constraints {
implementation('org.json:json:20231013') {
because 'CVE-2023-5072'
}
}

compileOnly group: 'org.projectlombok', name: 'lombok'
annotationProcessor group: 'org.projectlombok', name: 'lombok'

Expand Down

0 comments on commit 12a6642

Please sign in to comment.