File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ plugins {
3
3
alias(libs. plugins. nexus. publish)
4
4
}
5
5
6
+ ext[' spring-framework.version' ] = ' 6.2.8'
7
+ ext[' tomcat.version' ] = ' 10.1.42'
8
+
6
9
apply from : " ${ rootDir} /gradle/publish-root.gradle"
7
10
8
11
allprojects {
@@ -63,16 +66,6 @@ subprojects {
63
66
annotationProcessor(libs. lombok)
64
67
testCompileOnly(libs. lombok)
65
68
testAnnotationProcessor(libs. lombok)
66
-
67
- // Security constraints
68
- constraints {
69
- implementation(" org.springframework:spring-web:6.2.8" ) {
70
- because(" versions below 6.2.8 have security vulnerabilities including CVE-2024-38820 - see dependabot #12" )
71
- }
72
- implementation(" org.apache.tomcat.embed:tomcat-embed-core:10.1.42" ) {
73
- because(" versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13" )
74
- }
75
- }
76
69
}
77
70
78
71
checkstyle {
@@ -89,5 +82,4 @@ subprojects {
89
82
consoleOutput = true
90
83
ruleSets = [" $rootDir /ruleset.xml" ]
91
84
}
92
-
93
85
}
You can’t perform that action at this time.
0 commit comments