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 15:17:13 UTC

[commons-jexl] 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-jexl.git


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

commit 71bf55c6d8b8611e6772d7b72f1f580051aed4d1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 11:17:09 2022 -0400

    Bump junit from 4.13.2 to 5.9.1 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 5f8ac8c3..d8e8990b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
         <commons.pmd.version>3.19.0</commons.pmd.version>
         <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
         <commons.spotbugs.version>4.7.2.0</commons.spotbugs.version>
+        <commons.junit.version>5.9.1</commons.junit.version>
 
         <!-- override of Jacoco properties defined in CP52 -->
         <commons.jacoco.version>0.8.8</commons.jacoco.version>
@@ -130,9 +131,8 @@
             <version>1.2</version>
         </dependency>
         <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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7c2f9116..f01e1293 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -125,6 +125,9 @@
             <action dev="ggregory" type="update" due-to="Dependabot">
                 Bump commons-parent from 53 to 54 #121.
             </action>
+            <action dev="ggregory" type="update" due-to="Gary Gregory">
+                Bump junit from 4.13.2 to 5.9.1 Vintage.
+            </action>
         </release>
         <release version="3.2.1" date="2021-06-25">
             <action dev="henrib" type="fix" issue="JEXL-352" due-to="Øyvind Horneland">