Skip to content

Commit 4bcf015

Browse files
[CHK-12731] fix dependabot #24 (org.springframework:spring-core 6.2.10)
1 parent 9713f5c commit 4bcf015

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
alias(libs.plugins.nexus.publish)
44
}
55

6-
ext['spring-framework.version'] = '6.2.10'
6+
ext['spring-framework.version'] = '6.2.11'
77
ext['tomcat.version'] = '11.0.10'
88
ext['netty.version'] = '4.2.6.Final' // Due to security vulnerabilities in 4.125.Final and older
99

@@ -70,11 +70,11 @@ subprojects {
7070

7171
// Security constraints
7272
constraints {
73-
implementation("org.springframework:spring-web:6.2.10") {
74-
because("versions below 6.2.8 have security vulnerabilities including CVE-2024-38820 - see dependabot #12")
73+
implementation("org.springframework:spring-web:6.2.11") {
74+
because("versions below 6.2.11 have security vulnerabilities including CVE-2024-38820 and CVE-2025-41249 - see dependabot #12, #24")
7575
}
76-
implementation("org.springframework:spring-webmvc:6.2.10") {
77-
because("versions below 6.2.10 have Path Traversal Vulnerability CVE-2025-41242 - see dependabot #247")
76+
implementation("org.springframework:spring-webmvc:6.2.11") {
77+
because("versions below 6.2.11 have security vulnerabilities including CVE-2025-41242 and CVE-2025-41249 - see dependabot #24, #247")
7878
}
7979
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.10") {
8080
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")

0 commit comments

Comments
 (0)