diff --git a/pom.xml b/pom.xml
index 0599ebb..f3d7a0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,14 +46,47 @@
true
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+ 3.6.1
+
org.codehaus.mojo
tidy-maven-plugin
- 1.2.0
+ 1.4.0
+
+
+ org.codehaus.mojo
+ versions-maven-plugin
+ 2.18.0
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+
+
+ enforce-maven
+
+ enforce
+
+
+
+
+ 3.9
+
+
+ ${java.version}
+
+
+ true
+
+
+
+
org.codehaus.mojo
tidy-maven-plugin
@@ -67,6 +100,42 @@
+
+ org.codehaus.mojo
+ versions-maven-plugin
+
+
+ analyze
+ validate
+
+ display-dependency-updates
+ display-plugin-updates
+
+
+
+
+
+ regex
+ .+-(alpha|beta).+
+
+
+ regex
+ .+-(M|m).+
+
+
+ regex
+ .+-(RC|rc).+
+
+
+ regex
+ (.+-SNAPSHOT|.+-M\d)
+
+
+
+
+
+
+