From 2d4560e7fee96a241fb72ca6f72d2ef3f13a4f8f Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:12:56 -0400 Subject: [PATCH] Update "requireMavenVersion" to 3.6.3 (#333) 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3dc2eef..d551242 100644 --- a/pom.xml +++ b/pom.xml @@ -264,7 +264,7 @@ - 3.3.9 + 3.6.3