1
0

Bump junit from 4.13.2 to 5.9.1 Vintage

This commit is contained in:
Gary Gregory
2022-09-25 11:21:15 -04:00
parent bceb053531
commit e4a84380f8
2 changed files with 5 additions and 5 deletions

View File

@@ -477,9 +477,8 @@ under the License.
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -574,6 +573,7 @@ under the License.
<commons.jira.pid>12310484</commons.jira.pid>
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC2</commons.rc.version>
<commons.junit.version>5.9.1</commons.junit.version>
<commons.surefire.version>3.0.0-M7</commons.surefire.version>
<spotbugs.plugin.version>4.7.2.0</spotbugs.plugin.version>
<spotbugs.impl.version>4.7.2</spotbugs.impl.version>