File tree 9 files changed +11
-11
lines changed
9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >12.1.2 -SNAPSHOT</version >
23
+ <version >13.0.0 -SNAPSHOT</version >
24
24
</parent >
25
25
26
26
<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.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >12.1.2 -SNAPSHOT</version >
23
+ <version >13.0.0 -SNAPSHOT</version >
24
24
</parent >
25
25
<artifactId >dependency-check-plugin</artifactId >
26
26
<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.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >12.1.2 -SNAPSHOT</version >
23
+ <version >13.0.0 -SNAPSHOT</version >
24
24
</parent >
25
25
26
26
<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.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >12.1.2 -SNAPSHOT</version >
23
+ <version >13.0.0 -SNAPSHOT</version >
24
24
</parent >
25
25
26
26
<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.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >12.1.2 -SNAPSHOT</version >
23
+ <version >13.0.0 -SNAPSHOT</version >
24
24
</parent >
25
25
<artifactId >dependency-check-maven</artifactId >
26
26
<packaging >maven-plugin</packaging >
@@ -37,7 +37,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
37
37
<tag >v6.4.1</tag >
38
38
</scm >
39
39
<prerequisites >
40
- <maven >3.6.3 </maven >
40
+ <maven >3.8.1 </maven >
41
41
</prerequisites >
42
42
<build >
43
43
<resources >
Original file line number Diff line number Diff line change 1
1
Usage
2
2
======================
3
3
Dependency-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.
5
5
6
6
It is important to understand that the first time this task is executed it may
7
7
take 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
20
20
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >12.1.2 -SNAPSHOT</version >
23
+ <version >13.0.0 -SNAPSHOT</version >
24
24
<packaging >pom</packaging >
25
25
26
26
<modules >
@@ -125,7 +125,7 @@ Copyright (c) 2012 - Jeremy Long
125
125
<slf4j .version>1.7.36</slf4j .version>
126
126
<logback .version>1.2.13</logback .version>
127
127
128
- <maven .api.version>3.6.3 </maven .api.version>
128
+ <maven .api.version>3.8.1 </maven .api.version>
129
129
<reporting .checkstyle-plugin.version>3.6.0</reporting .checkstyle-plugin.version>
130
130
<reporting .checkstyle.tool.version>9.3</reporting .checkstyle.tool.version>
131
131
<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:
31
31
- [ Command Line Tool] ( dependency-check-cli/index.html )
32
32
- [ Gradle Plugin] ( dependency-check-gradle/index.html )
33
33
- [ 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
35
35
- [ SBT Plugin] ( https://github.com/albuch/sbt-dependency-check )
36
36
37
37
For 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.
20
20
<parent >
21
21
<groupId >org.owasp</groupId >
22
22
<artifactId >dependency-check-parent</artifactId >
23
- <version >12.1.2 -SNAPSHOT</version >
23
+ <version >13.0.0 -SNAPSHOT</version >
24
24
</parent >
25
25
26
26
<artifactId >dependency-check-utils</artifactId >
You can’t perform that action at this time.
0 commit comments