Skip to content

Commit 70a8902

Browse files
elharochingor13
authored andcommitted
update test library versions (#481)
1 parent 0cd3cbe commit 70a8902

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@
116116
<dependency>
117117
<groupId>junit</groupId>
118118
<artifactId>junit</artifactId>
119-
<version>4.8.2</version>
119+
<version>4.12</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>com.google.truth</groupId>
123123
<artifactId>truth</artifactId>
124-
<version>0.40</version>
124+
<version>0.42</version>
125125
<scope>test</scope>
126126
</dependency>
127127
<dependency>
@@ -232,7 +232,7 @@
232232
<dependency>
233233
<groupId>org.mockito</groupId>
234234
<artifactId>mockito-all</artifactId>
235-
<version>1.9.0</version>
235+
<version>1.10.19</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>javax.jdo</groupId>

0 commit comments

Comments
 (0)