TENTACLES-12: Update enforcer rules to fix existing problem during log4j updates
diff --git a/pom.xml b/pom.xml
index 0f8451a..e1d2a23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.0.0-M3</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <!-- This checks the bytecode version of the dependencies transitively -->
@@ -151,7 +151,7 @@
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.0-beta-5</version>
+            <version>1.5.1</version>
           </dependency>
         </dependencies>
       </plugin>