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:00:11 UTC

[commons-daemon] branch master updated: Bump JUnit 4 to 5 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-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new f170a87  Bump JUnit 4 to 5 vintage
f170a87 is described below

commit f170a87154cd7eba705cb5733fa83a9f5260894d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 10:00:08 2022 -0400

    Bump JUnit 4 to 5 vintage
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b0d46e1..712c18d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,9 +114,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>
@@ -137,6 +136,7 @@
     <commons.bc.version>1.3.1</commons.bc.version>
     <commons.jira.id>DAEMON</commons.jira.id>
     <commons.jira.pid>12310468</commons.jira.pid>
+    <commons.junit.version>5.9.1</commons.junit.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <commons.spotbugs.version>4.7.2.0</commons.spotbugs.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 961a5fd..3a56499 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,9 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump japicmp-maven-plugin from 0.15.4 to 0.16.0.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump JUnit 4 to 5 vintage.
+      </action>
     </release>
     <release version="1.3.1" date="2022-05-09" description="Bug fix release">
       <!-- FIX -->