Skip to content

Commit ce93689

Browse files
committed
[CHK-12772] fix dependabot security alert
1 parent 5ca8eed commit ce93689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
ext['spring-framework.version'] = '6.2.11'
7-
ext['tomcat.version'] = '11.0.11'
7+
ext['tomcat.version'] = '11.0.12'
88
ext['netty.version'] = '4.2.6.Final' // Due to security vulnerabilities in 4.125.Final and older
99

1010
apply from: "${rootDir}/gradle/publish-root.gradle"
@@ -78,7 +78,7 @@ subprojects {
7878
because("versions below 6.2.11 have security vulnerabilities including CVE-2025-41242 and CVE-2025-41249 - see dependabot #24, #247")
7979
}
8080
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.13") {
81-
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")
81+
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.19.0") {
8484
because("versions below 3.18.0 have security vulnerabilities including CVE-2025-48924 - see dependabot #15")

0 commit comments

Comments
 (0)