Skip to content

Commit 4566b08

Browse files
committed
build(deps)!: bump maven-core from 3.6.3 to 3.8.1
BREAKING CHANGE: dependency-check-maven now requires maven 3.8.1 or newer resolves #7566
1 parent c9392b4 commit 4566b08

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

maven/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

maven/src/site/markdown/index.md.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Usage
22
======================
33
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.
55

66
It is important to understand that the first time this task is executed it may
77
take 20 minutes or more as it downloads and processes the data from the National

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

src/site/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3737
For help with dependency-check the following resource can be used:

utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)