[MNG-7329] Upgrade maven-enforcer-plugin
diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml
index 84d2b01..6d53cd8 100644
--- a/maven-bom/pom.xml
+++ b/maven-bom/pom.xml
@@ -149,6 +149,18 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>3.0.0</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>extra-enforcer-rules</artifactId>
+            <version>1.4</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+      <plugin>
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
           <topSiteURL>${project.distributionManagement.site.url}/..</topSiteURL>
diff --git a/pom.xml b/pom.xml
index cbaa25e..5b36f28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -647,6 +647,14 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
+        <version>3.0.0</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>extra-enforcer-rules</artifactId>
+            <version>1.4</version>
+          </dependency>
+        </dependencies>
         <executions>
           <execution>
             <goals>