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 <garydgreg...@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">