gnodet commented on code in PR #1714:
URL: https://github.com/apache/maven-mvnd/pull/1714#discussion_r3708801269
##########
pom.xml:
##########
@@ -83,7 +83,7 @@
<groovy.version>5.0.8</groovy.version>
<jansi.version>2.4.1</jansi.version>
<jline.version>3.30.16</jline.version>
- <maven.version>4.0.0-rc-5</maven.version>
+ <maven.version>4.0.0-rc-6</maven.version>
Review Comment:
The `maven.version` bump to rc-6 needs the companion properties below (lines
90-91, marked `<!-- Keep in sync with Maven -->`) updated to match:
- `maven.resolver.version`: 2.0.20 → **2.0.21**
- `slf4j.version`: 2.0.17 → **2.0.18**
- `jline.version`: 3.30.16 → **4.3.1** (major version change — requires
artifact name updates elsewhere in the POM)
--
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]