Skip to content

Commit

Permalink
RDCC-6139: Upgrading Tomcat to 9.0.69 to fix CVE-2022-45143 (#649)
Browse files Browse the repository at this point in the history
* RDCC-6139: Upgrading Tomcat to `9.0.69` to fix `CVE-2022-45143`
  • Loading branch information
AdilHMCTS authored Jan 11, 2023
1 parent 8e9a9dd commit f0ab433
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 @@ -517,7 +517,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 f0ab433

Please sign in to comment.