We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc98f26 commit 1da4ddeCopy full SHA for 1da4dde
build.gradle
@@ -60,6 +60,12 @@ subprojects {
60
apply plugin: 'checkstyle'
61
apply plugin: 'pmd'
62
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
+
69
dependencies {
70
// Lombok annotations to reduce boilerplate code
71
compileOnly(libs.lombok)
0 commit comments