Copilot commented on code in PR #8209:
URL: https://github.com/apache/incubator-seata/pull/8209#discussion_r3878657006


##########
build/pom.xml:
##########
@@ -111,7 +112,7 @@
         
<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
         <spotless-maven-plugin.version>2.44.3</spotless-maven-plugin.version>
         <palantirJavaFormat.version>2.38.0</palantirJavaFormat.version>
-        <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
+        <maven-enforcer-plugin.version>3.6.3</maven-enforcer-plugin.version>

Review Comment:
   This plugin release requires Maven 3.6.3, but the build still explicitly 
accepts Maven 3.6.0 and newer (`requireMavenVersion` below). On Maven 
3.6.0–3.6.2, Maven can fail to load the plugin before that rule runs. Please 
either raise the declared minimum to 3.6.3 or retain an Enforcer Plugin version 
compatible with Maven 3.6.0.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to