Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): use version 9.0.62 of tomcat to resolve CVE-2021-43980, C…
…VE-2022-23181, CVE-2022-42252 (#997) Here's a snippet of ./gradlew kork-tomcat:dependencies before this change: +--- org.springframework.boot:spring-boot-starter-tomcat:2.4.13 | +--- jakarta.annotation:jakarta.annotation-api:1.3.5 | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.55 | +--- org.glassfish:jakarta.el:3.0.4 | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.55 | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.55 +--- org.springframework:spring-web:5.3.13 (*) with this change: +--- org.springframework.boot:spring-boot-starter-tomcat:2.4.13 | +--- jakarta.annotation:jakarta.annotation-api:1.3.5 | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.55 -> 9.0.62 | +--- org.glassfish:jakarta.el:3.0.4 | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.55 -> 9.0.62 | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.62
- Loading branch information