Skip to content

Commit

Permalink
Fix Snyc vulnerability (#3785)
Browse files Browse the repository at this point in the history
## What was the problem? How does this fix it?
Upgrade tomcat-embed-core to 10.1.31 to fix critical vulnerability
(SNYK-JAVA-ORGAPACHETOMCATEMBED-8383920):
https://cwe.mitre.org/data/definitions/248.html
  • Loading branch information
gabezurita authored Nov 21, 2024
2 parents 88e3296 + e9bcdd9 commit 9ef174a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation 'org.apache.commons:commons-compress:1.24.0'

// for tomcat
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.25'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.31'

implementation 'org.springframework.amqp:spring-amqp:3.0.10'
implementation 'org.springframework.security:spring-security-config:6.1.5'
Expand Down

0 comments on commit 9ef174a

Please sign in to comment.