Skip to content

Commit b894574

Browse files
committed
[CHK-12315] Upgrade dependencies due to security alert
1 parent cc98f26 commit b894574

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ subprojects {
6060
apply plugin: 'checkstyle'
6161
apply plugin: 'pmd'
6262

63+
dependencyManagement {
64+
dependencies {
65+
dependency "org.springframework:spring-webmvc:6.2.10" // versions below 6.2.10 have security vulnerabilities including CVE-2025-41242
66+
}
67+
}
68+
6369
dependencies {
6470
// Lombok annotations to reduce boilerplate code
6571
compileOnly(libs.lombok)

0 commit comments

Comments
 (0)