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 2023/06/02 13:06:05 UTC

[commons-collections] branch master updated: Bump guava-testlib from 31.1-jre to 32.0.0-jre #394.

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 5593fc3ef Bump guava-testlib from 31.1-jre to 32.0.0-jre #394.
5593fc3ef is described below

commit 5593fc3ef1a422d4128a8bcea9fe244a3abdebc1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 2 09:06:01 2023 -0400

    Bump guava-testlib from 31.1-jre to 32.0.0-jre #394.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 01e75f451..5584f314f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -352,6 +352,9 @@
       Correct test of BidiMap to optionally ignore testing the key set matches the values order.
       Ordering is not specified for some BidiMaps such as DualHashBidiMaps.
     </action>
+    <action type="update" dev="ggregory" due-to="Dependabot">
+      Bump guava-testlib from 31.1-jre to 32.0.0-jre #394.
+    </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">