You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/25 14:53:15 UTC

[commons-exec] branch master updated: Bump junit from 4.13.2 to 5.9.1 Vintage

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new a988419  Bump junit from 4.13.2 to 5.9.1 Vintage
a988419 is described below

commit a98841928f1239f3bd6c21b53adb28354added16
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 10:53:11 2022 -0400

    Bump junit from 4.13.2 to 5.9.1 Vintage
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6f16b39..e043aae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,9 +111,8 @@
 
     <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>
     </dependencies>
@@ -285,6 +284,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
+        <commons.junit.version>5.9.1</commons.junit.version>
         <commons.japicmp.version>0.16.0</commons.japicmp.version>
         <test>*Test</test>
     </properties>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 069a106..50dc325 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,7 +58,7 @@
                 Bump actions/setup-java from 1.4.0 to 3 #21, #50.
             </action>
             <action dev="ggregory" type="update" due-to="Dependabot">
-                Bump junit from 4.13 to 4.13.2 #23, #33.
+                Bump junit from 4.13 to 5.9.1 Vintage #23, #33.
             </action>
             <action dev="ggregory" type="update" due-to="Dependabot">
                 Bump maven-pmd-plugin from 2.7.1 to 3.19.0 #45, #62.