Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/1225#discussion_r184245358
--- Diff: pom.xml ---
@@ -798,7 +798,7 @@
<!-- JMockit needs to be on class path before JUnit. -->
<groupId>com.googlecode.jmockit</groupId>
<artifactId>jmockit</artifactId>
- <version>1.3</version>
+ <version>1.7</version>
--- End diff --
Can it be done as a precursor PR? 1.7 version is quite old too. Can it be
upgraded to the latest (org.jmockit:jmockit:1.39)?---
