Skip to content

Commit

Permalink
Merge pull request #8319 from elharo/patch-4
Browse files Browse the repository at this point in the history
deps: update JUnit and Truth
  • Loading branch information
acozzette committed Mar 15, 2021
2 parents ee35b2d + 947e2e1 commit 4f8fef0
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 4f8fef0

Please sign in to comment.