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 2021/01/13 19:42:05 UTC

[commons-dbcp] branch master updated: Update Hamcrest 1.3 -> 2.2 #70.

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


The following commit(s) were added to refs/heads/master by this push:
     new c5d92ed  Update Hamcrest 1.3 -> 2.2 #70.
c5d92ed is described below

commit c5d92ed2a47b4ca3dcd3d21d854efad447127257
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jan 13 14:42:00 2021 -0500

    Update Hamcrest 1.3 -> 2.2 #70.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bbdfffb..035108b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,6 +92,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Arturo Bernal">
         Minor Improvements #78.
       </action>
+      <action dev="ggregory" type="update" due-to="John Patrick">
+        Update Hamcrest 1.3 -> 2.2 #70.
+      </action>
       <!--  FIXES -->
       <action dev="ggregory" type="update" issue="DBCP-569" due-to="Florent Guillaume">
          Fix test random failure on TestSynchronizationOrder.testInterposedSynchronization #84.