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

View File

@@ -76,8 +76,8 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory"> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump actions/setup-java from 1.4.0 to 3, #21. Bump actions/setup-java from 1.4.0 to 3, #21.
</action> </action>
<action dev="ggregory" type="update" due-to="Dependabot"> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump junit from 3.8.1 to 4.13.2 #23, #38. Bump junit from 3.8.1 to 5.9.1 Vintage #23, #38.
</action> </action>
<action dev="ggregory" type="update" due-to="Dependabot"> <action dev="ggregory" type="update" due-to="Dependabot">
Bump clirr-maven-plugin from 2.2.2 to 2.8 #14. Bump clirr-maven-plugin from 2.2.2 to 2.8 #14.