Skip to content

Commit

Permalink
Update "requireMavenVersion" to 3.6.3 (#333)
Browse files Browse the repository at this point in the history
Update the Maven Enforcer plugin's minimum required version from
3.3.9 to 3.6.3. This new version is the version that the versions
plugin told me to require when I did a display-plugin-updates.
So, that's what I am doing.
  • Loading branch information
sleberknight authored Jul 26, 2024
1 parent 24d0190 commit 2d4560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<rules>
<dependencyConvergence />
<requireMavenVersion>
<version>3.3.9</version>
<version>3.6.3</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 2d4560e

Please sign in to comment.