Skip to content

Commit

Permalink
RDCC-6139: Upgrading Tomcat to 9.0.69 to fix CVE-2022-45143 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdilHMCTS authored Jan 11, 2023
1 parent b088f7f commit 0196c40
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 @@ -454,7 +454,7 @@ dependencyManagement {

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

0 comments on commit 0196c40

Please sign in to comment.