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 b8631c8d Bump junit:junit from 4.12 to 4.13.2
b8631c8d is described below

commit b8631c8d5117c854b966eaaeb2afee9b589afcc3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 4 07:52:56 2024 -0400

    Bump junit:junit from 4.12 to 4.13.2
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e5efc4e2..38f7aed1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7cddb25c..6ae8d6cd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,6 +34,7 @@
       <!-- UPDATE -->
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
commons-parent from 47 to 69.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 
requirement from Java 6 to 7.</action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
junit:junit from 4.12 to 4.13.2.</action>
     </release>
     <release version="1.9.4" date="2019-06-12" description="The primary reason 
for this release is a bugfix for
 CVE-2014-0114. More specifically, our goal with BEANUTILS-520

Reply via email to