cstamas commented on code in PR #11249:
URL: https://github.com/apache/maven/pull/11249#discussion_r2425621085


##########
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/MavenInvokerTest.java:
##########
@@ -218,10 +218,10 @@ void conflictingSettings(
         Map<String, String> logs = invoke(
                 cwd,
                 userHome,
-                List.of("eu.maveniverse.maven.plugins:toolbox:0.7.4:help"),
+                List.of("eu.maveniverse.maven.plugins:toolbox:0.13.7:help"),

Review Comment:
   Technically, these changes are not needed, are not mandatory. But I did this 
merely "to align" all toolbox versions used in Maven build, to not waste time 
on pulling various different versions of it over and over again.
   
   Will see if we can somehow centralize the config/GAV for it.
   



-- 
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]

Reply via email to