Bump junit to 4.13.2. Fixes #1585 & #1425.

PiperOrigin-RevId: 525219738
This commit is contained in:
Sam Berlin
2023-04-18 12:31:10 -07:00
committed by Guice Team
parent 23c25d5e68
commit f447cc4855
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
+1 -1
View File
@@ -164,7 +164,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>