garydgregory commented on code in PR #254:
URL: https://github.com/apache/commons-bcel/pull/254#discussion_r1443845828
##########
pom.xml:
##########
@@ -63,6 +63,8 @@
<commons.osgi.private />
<commons.jira.id>BCEL</commons.jira.id>
<commons.jira.pid>12314220</commons.jira.pid>
+ <mockito.version>5.8.0</mockito.version>
Review Comment:
Hello @gtoison
This version of Mockito depends on Java 11 and this project's baseline is
Java 8. Please use a Java 8-based version. We can discuss separately raising
the platform's Java requirement from Java 8 to 11. If you want to start this
discussion, please do so on the developer's mailing list. see
https://commons.apache.org/mail-lists.html
--
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]