Skip to content

Commit

Permalink
Build(deps): Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and DerekRoberts committed May 14, 2024
1 parent 34730f3 commit 3f1728b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>default-cli</id>
Expand All @@ -316,7 +316,7 @@
</goals>
<configuration>
<rules>
<dependencyCovergence />
<dependencyConvergence />
<requireMavenVersion>
<version>[3.2,)</version>
<message>Invalid Maven version. It should be at least 3.2</message>
Expand Down

0 comments on commit 3f1728b

Please sign in to comment.