showuon commented on a change in pull request #10794: URL: https://github.com/apache/kafka/pull/10794#discussion_r647946747
########## File path: build.gradle ########## @@ -829,6 +829,7 @@ project(':core') { testImplementation(libs.jfreechart) { exclude group: 'junit', module: 'junit' } + testImplementation libs.mockitoInline // supports mocking static methods, final classes, etc. Review comment: @ijuma , I've removed the `mockitoInline` library and mock with original Mockito lib. Thanks. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org