Skip to content

Commit ced1d30

Browse files
committed
Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0
1 parent ec3b904 commit ced1d30

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ under the License.
234234
<plugin>
235235
<groupId>org.apache.maven.plugins</groupId>
236236
<artifactId>maven-enforcer-plugin</artifactId>
237-
<version>3.5.0</version>
237+
<version>3.6.0</version>
238238
</plugin>
239239

240240
<plugin>
@@ -478,7 +478,6 @@ under the License.
478478
<plugin>
479479
<groupId>org.apache.maven.plugins</groupId>
480480
<artifactId>maven-enforcer-plugin</artifactId>
481-
<version>3.5.0</version>
482481
<executions>
483482
<execution>
484483
<id>enforce-maven</id>
@@ -488,8 +487,8 @@ under the License.
488487
<configuration>
489488
<rules>
490489
<requireMavenVersion>
491-
<version>3.2.2</version>
492-
<message>Maven 3.2.2 or later required.</message>
490+
<version>3.8.1</version>
491+
<message>Maven 3.8.1 or later required.</message>
493492
</requireMavenVersion>
494493
</rules>
495494
</configuration>

0 commit comments

Comments
 (0)