We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd3cbe commit 70a8902Copy full SHA for 70a8902
pom.xml
@@ -116,12 +116,12 @@
116
<dependency>
117
<groupId>junit</groupId>
118
<artifactId>junit</artifactId>
119
- <version>4.8.2</version>
+ <version>4.12</version>
120
</dependency>
121
122
<groupId>com.google.truth</groupId>
123
<artifactId>truth</artifactId>
124
- <version>0.40</version>
+ <version>0.42</version>
125
<scope>test</scope>
126
127
@@ -232,7 +232,7 @@
232
233
<groupId>org.mockito</groupId>
234
<artifactId>mockito-all</artifactId>
235
- <version>1.9.0</version>
+ <version>1.10.19</version>
236
237
238
<groupId>javax.jdo</groupId>
0 commit comments