File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >12.1.2 -SNAPSHOT</version >
23+ <version >13.0.0 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-ant</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >12.1.2 -SNAPSHOT</version >
23+ <version >13.0.0 -SNAPSHOT</version >
2424 </parent >
2525 <artifactId >dependency-check-plugin</artifactId >
2626 <name >Dependency-Check Plugin Archetype</name >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >12.1.2 -SNAPSHOT</version >
23+ <version >13.0.0 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-cli</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >12.1.2 -SNAPSHOT</version >
23+ <version >13.0.0 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-core</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >12.1.2 -SNAPSHOT</version >
23+ <version >13.0.0 -SNAPSHOT</version >
2424 </parent >
2525 <artifactId >dependency-check-maven</artifactId >
2626 <packaging >maven-plugin</packaging >
@@ -37,7 +37,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
3737 <tag >v6.4.1</tag >
3838 </scm >
3939 <prerequisites >
40- <maven >3.6.3 </maven >
40+ <maven >3.8.1 </maven >
4141 </prerequisites >
4242 <build >
4343 <resources >
Original file line number Diff line number Diff line change 11Usage
22======================
33Dependency-check-maven is very simple to utilize and can be used as a stand-alone
4- plug-in or as part of the site plug-in. The plug-in requires Maven 3.6.3 or higher.
4+ plug-in or as part of the site plug-in. The plug-in requires Maven 3.8.1 or higher.
55
66It is important to understand that the first time this task is executed it may
77take 20 minutes or more as it downloads and processes the data from the National
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long
2020
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >12.1.2 -SNAPSHOT</version >
23+ <version >13.0.0 -SNAPSHOT</version >
2424 <packaging >pom</packaging >
2525
2626 <modules >
@@ -125,7 +125,7 @@ Copyright (c) 2012 - Jeremy Long
125125 <slf4j .version>1.7.36</slf4j .version>
126126 <logback .version>1.2.13</logback .version>
127127
128- <maven .api.version>3.6.3 </maven .api.version>
128+ <maven .api.version>3.8.1 </maven .api.version>
129129 <reporting .checkstyle-plugin.version>3.6.0</reporting .checkstyle-plugin.version>
130130 <reporting .checkstyle.tool.version>9.3</reporting .checkstyle.tool.version>
131131 <doxia-base .version>2.0.0</doxia-base .version>
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ OWASP dependency-check's core analysis engine can be used as:
3131- [ Command Line Tool] ( dependency-check-cli/index.html )
3232- [ Gradle Plugin] ( dependency-check-gradle/index.html )
3333- [ Jenkins Plugin] ( dependency-check-jenkins/index.html )
34- - [ Maven Plugin] ( dependency-check-maven/index.html ) - Maven 3.6.3 or newer required
34+ - [ Maven Plugin] ( dependency-check-maven/index.html ) - Maven 3.8.1 or newer required
3535- [ SBT Plugin] ( https://github.com/albuch/sbt-dependency-check )
3636
3737For help with dependency-check the following resource can be used:
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >12.1.2 -SNAPSHOT</version >
23+ <version >13.0.0 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-utils</artifactId >
You can’t perform that action at this time.
0 commit comments