File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def versions = [
35
35
jackson : ' 2.14.0-rc1' ,
36
36
launchDarklySdk : ' 5.10.2' ,
37
37
pact_version : ' 4.1.7' ,
38
- log4j : ' 2.17.1 ' ,
38
+ log4j : ' 2.18.0 ' ,
39
39
springVersion : ' 5.3.20' ,
40
40
logback : ' 1.2.11' ,
41
41
bytebuddy : ' 1.12.7' ,
@@ -462,6 +462,11 @@ dependencyManagement {
462
462
entry ' spring-cloud-starter-openfeign'
463
463
entry ' spring-cloud-openfeign-core'
464
464
}
465
+
466
+ // CVE-2023-24998
467
+ dependencySet(group : ' commons-fileupload' , version : ' 1.5' ) {
468
+ entry ' commons-fileupload'
469
+ }
465
470
}
466
471
}
467
472
Original file line number Diff line number Diff line change 10
10
<cve >CVE-2022-45688</cve >
11
11
</suppress >
12
12
13
- <suppress >
14
- <notes >commons-fileupload</notes >
15
- <cve >CVE-2023-24998</cve >
16
- </suppress >
17
13
</suppressions >
You can’t perform that action at this time.
0 commit comments