diff --git a/ant/pom.xml b/ant/pom.xml
index 54aff7b230f..5a950aa40da 100644
--- a/ant/pom.xml
+++ b/ant/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 12.2.1-SNAPSHOT
+ 13.0.0-SNAPSHOT
dependency-check-ant
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 6a94f19901d..c77cc5dd503 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 12.2.1-SNAPSHOT
+ 13.0.0-SNAPSHOT
dependency-check-plugin
Dependency-Check Plugin Archetype
diff --git a/cli/pom.xml b/cli/pom.xml
index 37de7786702..5e76c11f12a 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 12.2.1-SNAPSHOT
+ 13.0.0-SNAPSHOT
dependency-check-cli
diff --git a/core/pom.xml b/core/pom.xml
index 8c23b8efbec..c87654ddd69 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 12.2.1-SNAPSHOT
+ 13.0.0-SNAPSHOT
dependency-check-core
diff --git a/maven/pom.xml b/maven/pom.xml
index ba424822bcc..937b829986f 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 12.2.1-SNAPSHOT
+ 13.0.0-SNAPSHOT
dependency-check-maven
maven-plugin
@@ -28,7 +28,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
dependency-check-maven is a Maven Plugin that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The plugin will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.
2013
- 3.6.3
+ 3.8.1
3.15.2
${java.home}
diff --git a/maven/src/site/markdown/index.md.vm b/maven/src/site/markdown/index.md.vm
index 2284ba43e98..19a3200d888 100644
--- a/maven/src/site/markdown/index.md.vm
+++ b/maven/src/site/markdown/index.md.vm
@@ -1,7 +1,7 @@
Usage
======================
Dependency-check-maven is very simple to utilize and can be used as a stand-alone
-plug-in or as part of the site plug-in. The plug-in requires Maven 3.6.3 or higher.
+plug-in or as part of the site plug-in. The plug-in requires Maven 3.8.1 or higher.
It is important to understand that the first time this task is executed it may
take 20 minutes or more as it downloads and processes the data from the National
diff --git a/pom.xml b/pom.xml
index c7840882fb0..b0894554b5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long
org.owasp
dependency-check-parent
- 12.2.1-SNAPSHOT
+ 13.0.0-SNAPSHOT
pom
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index f240dc4f19a..2e723419055 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -31,7 +31,7 @@ OWASP dependency-check's core analysis engine can be used as:
- [Command Line Tool](dependency-check-cli/index.html)
- [Gradle Plugin](dependency-check-gradle/index.html)
- [Jenkins Plugin](dependency-check-jenkins/index.html)
-- [Maven Plugin](dependency-check-maven/index.html) - Maven 3.6.3 or newer required
+- [Maven Plugin](dependency-check-maven/index.html) - Maven 3.8.1 or newer required
Unofficial (Not endorsed by OWASP)
- [SBT Plugin](https://github.com/nMoncho/sbt-dependency-check)
diff --git a/utils/pom.xml b/utils/pom.xml
index 91587f5eff9..81fcc2774c2 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 12.2.1-SNAPSHOT
+ 13.0.0-SNAPSHOT
dependency-check-utils