File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 73
73
<argLine >-Xmx1024m</argLine >
74
74
<bouncycastle .version>1.66</bouncycastle .version>
75
75
<checkstyle .version>3.1.0</checkstyle .version>
76
+ <dependencyCheck .version>6.0.3</dependencyCheck .version>
76
77
<failsafe .version>3.0.0-M3</failsafe .version>
77
78
<findsecbugs .version>1.8.0</findsecbugs .version>
78
79
<integrationtests >com.itextpdf.test.annotations.type.IntegrationTest</integrationtests >
637
638
<plugin >
638
639
<groupId >org.owasp</groupId >
639
640
<artifactId >dependency-check-maven</artifactId >
640
- <version >5.3.1</version >
641
+ <version >${dependencyCheck.version} </version >
642
+ <dependencies >
643
+ <dependency >
644
+ <groupId >mysql</groupId >
645
+ <artifactId >mysql-connector-java</artifactId >
646
+ <version >8.0.22</version >
647
+ </dependency >
648
+ </dependencies >
649
+ <configuration >
650
+ <autoUpdate >false</autoUpdate >
651
+ <connectionString />
652
+ <databaseDriverName >com.mysql.cj.jdbc.Driver</databaseDriverName >
653
+ <databasePassword />
654
+ <databaseUser />
655
+ <format >ALL</format >
656
+ </configuration >
641
657
<executions >
642
658
<execution >
643
659
<goals >
644
660
<goal >aggregate</goal >
645
661
</goals >
646
662
</execution >
647
663
</executions >
648
- <configuration >
649
- <format >ALL</format >
650
- <dataDirectory >${user.home} /security/owasp-nvd/</dataDirectory >
651
- <autoUpdate >false</autoUpdate >
652
- </configuration >
653
664
</plugin >
654
665
</plugins >
655
666
</build >
811
822
</properties >
812
823
</profile >
813
824
</profiles >
814
- </project >
825
+ </project >
You can’t perform that action at this time.
0 commit comments