diff --git a/mockdriver/pom.xml b/mockdriver/pom.xml
index d896386..c709044 100644
--- a/mockdriver/pom.xml
+++ b/mockdriver/pom.xml
@@ -8,15 +8,15 @@
jar
- 1.7
- 1.7
+ 1.8
+ 1.8
org.mockito
mockito-all
- 1.9.5
+ 1.10.19
diff --git a/tox.ini b/tox.ini
index 9683df2..c61e685 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,9 @@ setenv =
driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest
deps =
oldjpype: JPype1==0.6.3
- newjpype: JPype1==0.7.0
+ py35-newjpype: JPype1==0.7.5
+ py36-newjpype: JPype1==0.7.5
+ py27-newjpype: JPype1==0.7.0
jip==0.9.14
coverage==4.5.4
commands =