Skip to content

Commit d4a2713

Browse files
build(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#272)
Bumps org.apache.tomcat.embed:tomcat-embed-core from 11.0.10 to 11.0.13. --- updated-dependencies: - dependency-name: org.apache.tomcat.embed:tomcat-embed-core dependency-version: 11.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 361ba56 commit d4a2713

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
@@ -76,7 +76,7 @@ subprojects {
7676
implementation("org.springframework:spring-webmvc:6.2.11") {
7777
because("versions below 6.2.11 have security vulnerabilities including CVE-2025-41242 and CVE-2025-41249 - see dependabot #24, #247")
7878
}
79-
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.10") {
79+
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.13") {
8080
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")
8181
}
8282
implementation("org.apache.commons:commons-lang3:3.18.0") {

0 commit comments

Comments
 (0)