Fix mockito issues

master
baztian 2020-05-27 17:42:47 +02:00
parent f94608e07b
commit 3f10b20c4d
2 changed files with 6 additions and 4 deletions

View File

@ -8,15 +8,15 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
<maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId> <artifactId>mockito-all</artifactId>
<version>1.9.5</version> <version>1.10.19</version>
<!-- non-test scope on purpose --> <!-- non-test scope on purpose -->
</dependency> </dependency>
<dependency> <dependency>

View File

@ -19,7 +19,9 @@ setenv =
driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest
deps = deps =
oldjpype: JPype1==0.6.3 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 jip==0.9.14
coverage==4.5.4 coverage==4.5.4
commands = commands =