Copilot commented on code in PR #949:
URL: https://github.com/apache/maven-archetype/pull/949#discussion_r2404155324
##########
archetype-common/pom.xml:
##########
@@ -138,6 +169,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ <version>1.3</version>
Review Comment:
Hamcrest version 1.3 is quite old (released in 2012). Consider upgrading to
a more recent version like 2.2 for better performance and features.
```suggestion
<version>2.2</version>
```
--
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]