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 2020/11/15 23:04:57 UTC

[commons-beanutils] branch master updated: Update JUnit from 4.13 to 4.13.1.

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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 0697a6f  Update JUnit from 4.13 to 4.13.1.
0697a6f is described below

commit 0697a6f9cbf0cc37da44e5d20ce04e766b6673c1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 15 18:04:53 2020 -0500

    Update JUnit from 4.13 to 4.13.1.
---
 pom.xml                 |  2 +-
 src/changes/changes.xml | 28 ++++++++++++++++------------
 2 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 596e72e..657edee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ecd8d0c..926a778 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,12 +36,6 @@
       <action issue="BEANUTILS-402" dev="melloware" type="update" due-to="Melloware">
         Double-Checked Locking anti pattern in WeakFastHashMap.
       </action>
-      <action issue="BEANUTILS-504" dev="ggregory" type="update" due-to="Gary Gregory">
-        Update from Java 6 to 7.
-      </action>
-      <action issue="BEANUTILS-515" dev="ggregory" type="update" due-to="Gary Gregory">
-        Update from Java 7 to 8.
-      </action>
       <action issue="BEANUTILS-503" dev="ggregory" type="update" due-to="Gary Gregory">
         Change packaging from org.apache.commons.beanutils to org.apache.commons.beanutils2.
       </action>
@@ -60,9 +54,6 @@
       <action issue="BEANUTILS-520" dev="ggregory" type="update" due-to="Melloware">
         BeanUtils2 mitigate CVE-2014-0114.
       </action>
-      <action issue="BEANUTILS-522" dev="ggregory" type="update" due-to="Gary Gregory">
-        Update Apache Commons Collections from 4.3 to 4.4.
-      </action>
       <action issue="BEANUTILS-527" dev="ggregory" type="update" due-to="Melloware, Matt Sicker, Gary Gregory">
         Convert Collections4 to java.util.function. #8.
       </action>
@@ -78,6 +69,19 @@
       <action issue="BEANUTILS-529" dev="ggregory" type="update" due-to="Gary Gregory">
         Log at the debug level instead of info.
       </action>
+      <action issue="BEANUTILS-537" dev="ggregory" type="update" due-to="XenoAmess, Gary Gregory">
+        Fix typos; fix error in Javadoc; performance fix; fix code smells #25.
+      </action>
+      <!--  UPDATES -->
+      <action issue="BEANUTILS-522" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Apache Commons Collections from 4.3 to 4.4.
+      </action>
+      <action issue="BEANUTILS-504" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update from Java 6 to 7.
+      </action>
+      <action issue="BEANUTILS-515" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update from Java 7 to 8.
+      </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update JUnit from 4.12 to 4.13.
       </action>
@@ -99,9 +103,6 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update BC version from 1.9.3 to 1.9.4.
       </action>
-      <action issue="BEANUTILS-537" dev="ggregory" type="update" due-to="XenoAmess, Gary Gregory">
-        Fix typos; fix error in Javadoc; performance fix; fix code smells #25.
-      </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update commons-parent from 50 to 51.
       </action>
@@ -114,6 +115,9 @@
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update actions/setup-java from v1.4.0 to v1.4.3 #35.
       </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Update JUnit from 4.13 to 4.13.1.
+      </action>
     </release>
 
     <release version="1.9.4" date="2019-08-13" description="The primary reason for this release is a bugfix for