Copilot commented on code in PR #6575:
URL:
https://github.com/apache/incubator-kie-drools/pull/6575#discussion_r2798299470
##########
build-parent/pom.xml:
##########
@@ -222,8 +222,8 @@
<version.archunit.maven.plugin>4.0.2</version.archunit.maven.plugin>
<version.archunit.junit5>1.4.0</version.archunit.junit5>
- <version.io.vertx>4.5.22</version.io.vertx>
- <version.org.lz4.java>1.8.1</version.org.lz4.java>
+ <version.io.vertx>4.5.23</version.io.vertx>
+ <version.at.yawk.lz4.java>1.10.1</version.at.yawk.lz4.java>
Review Comment:
The version.at.yawk.lz4.java property is not in alphabetical order.
According to the documented convention at lines 49-53, version properties must
be sorted alphabetically. This property should be moved to appear before
version.ch.qos.logback (currently at line 54), as "at" comes before "ch"
alphabetically.
--
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]