diff --git a/poker-helper-core/pom.xml b/poker-helper-core/pom.xml
index 6b13926..277315d 100644
--- a/poker-helper-core/pom.xml
+++ b/poker-helper-core/pom.xml
@@ -17,12 +17,12 @@
org.apache.logging.log4j
log4j-api
- 2.3
+ 2.4.1
org.apache.logging.log4j
log4j-core
- 2.3
+ 2.4.1
junit
@@ -111,7 +111,7 @@
org.apache.maven.plugins
maven-clean-plugin
- 2.6.1
+ 3.0.0
@@ -129,7 +129,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 2.18.1
+ 2.19
${project.parent.basedir}/bin
@@ -137,7 +137,7 @@
org.apache.maven.plugins
maven-failsafe-plugin
- 2.18.1
+ 2.19
integration-tests
diff --git a/poker-helper-gui/pom.xml b/poker-helper-gui/pom.xml
index 222dd5e..09e785a 100644
--- a/poker-helper-gui/pom.xml
+++ b/poker-helper-gui/pom.xml
@@ -21,12 +21,12 @@
org.apache.logging.log4j
log4j-api
- 2.3
+ 2.4.1
org.apache.logging.log4j
log4j-core
- 2.3
+ 2.4.1
@@ -76,7 +76,7 @@
org.codehaus.mojo
buildnumber-maven-plugin
- 1.3
+ 1.4
validate
@@ -128,7 +128,7 @@
org.apache.maven.plugins
maven-clean-plugin
- 2.6.1
+ 3.0.0
@@ -154,7 +154,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 2.18.1
+ 2.19
${project.parent.basedir}/bin
@@ -162,7 +162,7 @@
org.apache.maven.plugins
maven-failsafe-plugin
- 2.18.1
+ 2.19
integration-tests
@@ -182,7 +182,7 @@
com.akathist.maven.plugins.launch4j
launch4j-maven-plugin
- 1.7.7
+ 1.7.8
l4j-clui
@@ -223,7 +223,7 @@
maven-assembly-plugin
- 2.5.5
+ 2.6
src/assembly/zip.xml
diff --git a/pom.xml b/pom.xml
index fcd3b59..afd4feb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,7 @@
-
+
4.0.0
com.github.hronom
@@ -42,6 +44,10 @@
UTF-8
+
+ 3.3.1
+
+
@@ -78,7 +84,7 @@
org.apache.maven.plugins
maven-clean-plugin
- 2.6.1
+ 3.0.0
@@ -99,7 +105,7 @@
org.apache.maven.plugins
maven-release-plugin
- 2.5.2
+ 2.5.3
de.jutzig
@@ -112,6 +118,21 @@
${project.basedir}/dist/${project.artifactId}-${project.version}-bin.zip
+
+ org.apache.maven.plugins
+ maven-jdeps-plugin
+ 3.0.0
+
+
+ org.codehaus.mojo
+ versions-maven-plugin
+ 2.2
+
+
+ org.basepom.maven
+ duplicate-finder-maven-plugin
+ 1.2.1
+
\ No newline at end of file