File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 117
117
<flatten-maven-plugin .version>1.2.7</flatten-maven-plugin .version>
118
118
<github .site-maven-plugin.version>0.12</github .site-maven-plugin.version>
119
119
<maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
120
- <dependency-check-maven .version>8.2 .1</dependency-check-maven .version>
120
+ <dependency-check-maven .version>8.3 .1</dependency-check-maven .version>
121
121
<maven-checkstyle-plugin .version>3.1.2</maven-checkstyle-plugin .version>
122
122
<maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
123
123
<maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
Original file line number Diff line number Diff line change 7
7
-->
8
8
9
9
<suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" >
10
-
11
10
<suppress >
12
11
<notes ><![CDATA[
13
12
file name: snakeyaml-1.33.jar
17
16
]]> </notes >
18
17
<cve >CVE-2022-1471</cve >
19
18
</suppress >
19
+ <suppress >
20
+ <notes ><![CDATA[ jackson-databind-2.15.2.jar
21
+ Invalid - see: https://github.com/FasterXML/jackson-databind/issues/3997
22
+ ]]> </notes >
23
+ <cve >CVE-2023-35116</cve >
24
+ </suppress >
20
25
</suppressions >
You can’t perform that action at this time.
0 commit comments