Skip to content

Commit bd13314

Browse files
build(deps): bump org.apache.tomcat.embed:tomcat-embed-core
Bumps org.apache.tomcat.embed:tomcat-embed-core from 10.1.42 to 11.0.8. --- updated-dependencies: - dependency-name: org.apache.tomcat.embed:tomcat-embed-core dependency-version: 11.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3cd3723 commit bd13314

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
@@ -72,7 +72,7 @@ subprojects {
7272
implementation("org.springframework:spring-web:6.2.8") {
7373
because("versions below 6.2.8 have security vulnerabilities including CVE-2024-38820 - see dependabot #12")
7474
}
75-
implementation("org.apache.tomcat.embed:tomcat-embed-core:10.1.42") {
75+
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.8") {
7676
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")
7777
}
7878
}

0 commit comments

Comments
 (0)