deps: update JUnit and Truth

This commit is contained in:
Elliotte Rusty Harold 2021-02-19 21:36:09 +00:00 committed by GitHub
parent 133e5e7526
commit 947e2e189a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.13.1</version> <version>4.13.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -104,7 +104,7 @@
<dependency> <dependency>
<groupId>com.google.truth</groupId> <groupId>com.google.truth</groupId>
<artifactId>truth</artifactId> <artifactId>truth</artifactId>
<version>1.0.1</version> <version>1.1.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>