Browse Source

Update JUnit and Truth (#7149)

Elliotte Rusty Harold 5 years ago
parent
commit
5e014c2ddf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      java/pom.xml

+ 2 - 2
java/pom.xml

@@ -75,7 +75,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -104,7 +104,7 @@
       <dependency>
         <groupId>com.google.truth</groupId>
         <artifactId>truth</artifactId>
-        <version>1.0</version>
+        <version>1.0.1</version>
         <scope>test</scope>
       </dependency>
     </dependencies>