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/04/21 15:01:09 UTC

[commons-collections] branch master updated: - [COLLECTIONS-754] Upgrade to JUnit v5.6.0 #136 - [COLLECTIONS-753] Upgrade Hamcrest to 2.2.

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


The following commit(s) were added to refs/heads/master by this push:
     new aab2b83  - [COLLECTIONS-754] Upgrade to JUnit v5.6.0 #136 - [COLLECTIONS-753] Upgrade Hamcrest to 2.2.
aab2b83 is described below

commit aab2b832f9a1c56dfbfae3e4d797660f25395532
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Apr 21 11:01:05 2020 -0400

    - [COLLECTIONS-754] Upgrade to JUnit v5.6.0 #136
    - [COLLECTIONS-753] Upgrade Hamcrest to 2.2.
---
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ee57d56..a6459ae 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -154,6 +154,12 @@
     <action dev="ggregory" type="update" due-to="Chen, Bruno P. Kinoshita, Gary Gregory, Michael Osipov">
       Better NPE messages in CollectionUtils with Objects.requireNonNull #117.
     </action>
+    <action issue="COLLECTIONS-754" type="update" dev="ggregory" due-to="John Patrick">
+      Upgrade to JUnit v5.6.0 #136
+    </action>
+    <action issue="COLLECTIONS-753" type="update" dev="ggregory" due-to="John Patrick">
+      Upgrade Hamcrest to 2.2.
+    </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">
     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">