aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorArina Ielchiieva <arina.yelchiyeva@gmail.com>2018-05-05 15:31:10 +0300
committerAman Sinha <asinha@maprtech.com>2018-05-12 10:52:53 -0700
commit9a47d555b00052115016fbe35cad5a4147d42ad5 (patch)
tree4c4564052c5e3500021c30904f9dcc999cf40245 /pom.xml
parentc1f0adc9276ab8314ce9c5dff2d9c92066c71530 (diff)
DRILL-6363: Upgrade jmockit and mockito libs
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 42729781b..151f2084c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -798,9 +798,9 @@
<!-- Test Dependencies -->
<dependency>
<!-- JMockit needs to be on class path before JUnit. -->
- <groupId>com.googlecode.jmockit</groupId>
+ <groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
- <version>1.3</version>
+ <version>1.39</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -814,7 +814,8 @@
long as Mockito _contains_ older Hamcrest classes. See DRILL-2130. -->
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>1.9.5</version>
+ <version>2.18.3</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>