Skip to content

Commit

Permalink
deps: update JUnit and Truth
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Feb 19, 2021
1 parent 133e5e7 commit 947e2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.0.1</version>
<version>1.1.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 947e2e1

Please sign in to comment.