Skip to content

Commit

Permalink
RDCC-3504: Fixing CVE (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdilHMCTS authored Oct 22, 2021
1 parent b042930 commit bf8ff8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ dependencies {
dependencyManagement {

dependencies {
// CVE-2021-25122
dependencySet(group: 'org.apache.tomcat.embed', version: '9.0.50') {
// CVE-2021-42340
dependencySet(group: 'org.apache.tomcat.embed', version: '9.0.54') {
entry 'tomcat-embed-core'
entry 'tomcat-embed-el'
entry 'tomcat-embed-websocket'
Expand Down

0 comments on commit bf8ff8b

Please sign in to comment.