Skip to content

Commit 11ce3bb

Browse files
build(deps): bump org.apache.tomcat.embed:tomcat-embed-core
Bumps org.apache.tomcat.embed:tomcat-embed-core from 11.0.10 to 11.0.11. --- updated-dependencies: - dependency-name: org.apache.tomcat.embed:tomcat-embed-core dependency-version: 11.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffd71aa commit 11ce3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ subprojects {
7575
implementation("org.springframework:spring-webmvc:6.2.10") {
7676
because("versions below 6.2.10 have Path Traversal Vulnerability CVE-2025-41242 - see dependabot #247")
7777
}
78-
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.10") {
78+
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.11") {
7979
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")
8080
}
8181
implementation("org.apache.commons:commons-lang3:3.18.0") {

0 commit comments

Comments
 (0)