diff --git a/dependency-check-utils/pom.xml b/dependency-check-utils/pom.xml
index 9dd12c78c..01881551f 100644
--- a/dependency-check-utils/pom.xml
+++ b/dependency-check-utils/pom.xml
@@ -39,6 +39,15 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
UTF-8
+ 2.5.3
+ 2.11
+ 2.6
+ 2.9.1
+ 2.4
+ 3.0.1
+ 2.16
+ 2.4
+ 2.1
@@ -104,7 +113,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
org.apache.maven.plugins
maven-javadoc-plugin
- 2.9.1
+ ${reporting.javadoc-plugin.version}
false
Copyright© 2012-15 Jeremy Long. All Rights Reserved.
@@ -121,7 +130,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
org.codehaus.mojo
versions-maven-plugin
- 2.1
+ ${reporting.versions-plugin.version}
@@ -134,17 +143,17 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
org.apache.maven.plugins
maven-jxr-plugin
- 2.4
+ ${reporting.jxr-plugin.version}
org.codehaus.mojo
cobertura-maven-plugin
- 2.6
+ ${reporting.cobertura-plugin.version}
org.apache.maven.plugins
maven-surefire-report-plugin
- 2.16
+ ${reporting.surefire-report-plugin.version}
@@ -156,7 +165,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
org.codehaus.mojo
taglist-maven-plugin
- 2.4
+ ${reporting.taglist-plugin.version}
@@ -180,7 +189,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
org.apache.maven.plugins
maven-checkstyle-plugin
- 2.11
+ ${reporting.checkstyle-plugin.version}
false
false
@@ -193,7 +202,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
org.apache.maven.plugins
maven-pmd-plugin
- 3.0.1
+ ${reporting.pmd-plugin.version}
1.6
true
@@ -212,7 +221,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
org.codehaus.mojo
findbugs-maven-plugin
- 2.5.3
+ ${reporting.findbugs-plugin.version}
org.owasp.dependencycheck.utils.*