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

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


The following commit(s) were added to refs/heads/1.X by this push:
     new f1f2010b Bump JUnit from 4.x to 5.x "vintage"
f1f2010b is described below

commit f1f2010b6a530f69b25bbb7266077517866cc93d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 8 07:52:50 2024 -0400

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

diff --git a/pom.xml b/pom.xml
index 252d51b2..b88db5d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,9 +93,8 @@
       <scope>test</scope>
     </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 69cb1410..1ba88645 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,6 +37,8 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 47 to 73.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 
requirement from Java 6 to 8.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
junit:junit from 4.12 to 4.13.2.</action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump JUnit 
from 4.x to 5.x "vintage".</action>
+      
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
commons-logging:commons-logging from 1.2 to 1.3.4.</action>
       <!-- REMOVE -->
       <action dev="ggregory" type="update" due-to="Gary Gregory">Deprecate 
BeanUtilsBean.initCause(Throwable, Throwable) for removal, use 
Throwable.initCause(Throwable).</action>

Reply via email to