This is an automated email from the ASF dual-hosted git repository. kinow 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 e0130c7 Bump commons.junit.version from 5.7.1 to 5.7.2 new 8da2bb7 Merge branch 'pr-236' e0130c7 is described below commit e0130c7aeac1c37c97eb2d1c0f1f4f02bb038aea Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon May 17 05:59:49 2021 +0000 Bump commons.junit.version from 5.7.1 to 5.7.2 Bumps `commons.junit.version` from 5.7.1 to 5.7.2. Updates `junit-jupiter-api` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2) Updates `junit-jupiter-engine` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2) Updates `junit-vintage-engine` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2) Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bd48791..e3620ea 100644 --- a/pom.xml +++ b/pom.xml @@ -569,7 +569,7 @@ <!-- Override clirr version to enable clirr on Java 8 --> <commons.clirr.version>2.8</commons.clirr.version> <commons.jacoco.version>0.8.6</commons.jacoco.version> - <commons.junit.version>5.7.1</commons.junit.version> + <commons.junit.version>5.7.2</commons.junit.version> <!--Commons Release Plugin --> <commons.bc.version>4.4</commons.bc.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2b1ca0b..9fb1a6b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -223,7 +223,7 @@ Update optional commons-codec from 1.14 to 1.15. </action> <action type="update" dev="ggregory" due-to="Dependabot"> - Bump commons.junit.version from 5.6.2 to 5.7.1 #181 #213. + Bump commons.junit.version from 5.6.2 to 5.7.2 #181 #213 #236. </action> <action issue="COLLECTIONS-774" type="update" dev="ggregory" due-to="Dependabot"> Bump maven-antrun-plugin from 1.8 to 3.0.0 #170.