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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 327ff0bb Bump tests from org.apache.commons:commons-collections4 4.4 to 4.5.0-M2 327ff0bb is described below commit 327ff0bb7880559464d97145f21709bbec26054c Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Tue Jun 18 10:31:34 2024 -0400 Bump tests from org.apache.commons:commons-collections4 4.4 to 4.5.0-M2 --- pom.xml | 2 +- src/changes/changes.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 84e57a5b..e6e94cd7 100644 --- a/pom.xml +++ b/pom.xml @@ -479,7 +479,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.4</version> + <version>4.5.0-M2</version> <scope>test</scope> </dependency> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7d2727d9..f426e1ff 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,8 +63,9 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <!-- ADD --> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Dependabot">Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 #322.</action> - <action type="update" dev="ggregory" due-to="Dependabot">Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 2.0.0 #309, #318.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump tests from org.assertj:assertj-core 3.25.3 to 3.26.0 #322.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump tests from org.jetbrains.kotlin:kotlin-stdlib 1.9.23 to 2.0.0 #309, #318.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump tests from org.apache.commons:commons-collections4 4.4 to 4.5.0-M2.</action> </release> <release version="6.9.0" date="2024-04-21" description="Maintenance and bug fix release."> <!-- ADD -->