Skip to content

Commit

Permalink
Adding the Upto date CVE Fixes....for the tomcat embed core and webso…
Browse files Browse the repository at this point in the history
…cket.....library....
  • Loading branch information
Pettedson John committed Jul 22, 2021
1 parent 7b9d44f commit fb5f740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cve-resolution-strategy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ configurations.all {
* CVE-2020-17527, CVE-2020-8022, CVE-2020-9484
* */
if (det.requested.name == 'tomcat-embed-core') {
det.useVersion '10.0.8'
det.useVersion '9.0.50'
}

if (det.requested.name == 'tomcat-embed-websocket') {
det.useVersion '10.0.8'
det.useVersion '9.0.50'
}

/*
Expand Down

0 comments on commit fb5f740

Please sign in to comment.