Skip to content

Commit

Permalink
Update dependency org.apache.tomcat.embed:tomcat-embed-core to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent e750c9a commit b456b61
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 @@ -218,7 +218,7 @@ dependencyManagement {
dependencies {
dependency group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
//CVE-2020-23064
dependency group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '10.1.34'
dependency group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '11.0.2'
//CVE-2023-5072
dependency group: 'org.json', name: 'json', version: '20250107'
}
Expand Down

0 comments on commit b456b61

Please sign in to comment.