Update dependencies and enable Mockito extension so that we can mock final classes

This commit is contained in:
Daniel Gredler
2018-09-13 16:43:53 -04:00
parent fdd767086a
commit f49bc7daf5
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -16,13 +16,13 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.8.1</version> <version>4.12</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>1.10.19</version> <version>2.22.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
@@ -0,0 +1 @@
mock-maker-inline