Skip to content

Commit 2996e94

Browse files
build(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#296)
Bumps org.apache.tomcat.embed:tomcat-embed-core from 11.0.13 to 11.0.14. --- updated-dependencies: - dependency-name: org.apache.tomcat.embed:tomcat-embed-core dependency-version: 11.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e16e45 commit 2996e94

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
@@ -77,7 +77,7 @@ subprojects {
7777
implementation("org.springframework:spring-webmvc:6.2.12") {
7878
because("versions below 6.2.11 have security vulnerabilities including CVE-2025-41242 and CVE-2025-41249 - see dependabot #24, #247")
7979
}
80-
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.13") {
80+
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.14") {
8181
because("versions below 11.0.12 have security vulnerabilities including CVE-2024-56337, CVE-2025-55754, CVE-2025-61795 - see dependabot #13, #27, #28")
8282
}
8383
implementation("org.apache.commons:commons-lang3:3.20.0") {

0 commit comments

Comments
 (0)