This repository was archived by the owner on Mar 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 <maven .source.version>3.2.1</maven .source.version>
3737 <maven .javadoc.version>3.4.1</maven .javadoc.version>
3838 <maven .gpg.version>3.0.1</maven .gpg.version>
39- <dependency-check .version>7.3 .0</dependency-check .version>
39+ <dependency-check .version>7.4 .0</dependency-check .version>
4040 <jacoco .version>0.8.8</jacoco .version>
4141 <nexus .staging.version>1.6.13</nexus .staging.version>
4242 </properties >
Original file line number Diff line number Diff line change 33<suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd"
44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xsi : schemaLocation =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd " >
6+ <!-- Apache Commons-cli false positives below -->
7+ <suppress >
8+ <notes ><![CDATA[
9+ False positive for commons-cli due, see https://github.com/jeremylong/DependencyCheck/pull/4148
10+ ]]> </notes >
11+ <gav regex =" true" >^commons\-cli:commons\-cli:.*$</gav >
12+ <cpe >cpe:/a:apache:james</cpe >
13+ <cpe >cpe:/a:spirit-project:spirit</cpe >
14+ <cpe >cpe:/a:apache:commons_net</cpe >
15+ </suppress >
616</suppressions >
You can’t perform that action at this time.
0 commit comments