gtoison commented on code in PR #254:
URL: https://github.com/apache/commons-bcel/pull/254#discussion_r1443847557
##########
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:
I've just pushed a commit to use Mockito 4 (so it should be compatible with
java 8) and made the adjustments to the test because final methods/classes
can't be mocked with Mockito 4
--
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]