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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new f94a6cd Bump junit-vintage-engine from 5.7.2 to 5.8.0 f94a6cd is described below commit f94a6cd0caec0f5c9365cf738de6dcd5a63a3dad Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Sep 13 08:02:17 2021 +0000 Bump junit-vintage-engine from 5.7.2 to 5.8.0 Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.0) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9dae9bc..af5d4df 100644 --- a/pom.xml +++ b/pom.xml @@ -209,7 +209,7 @@ <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> - <version>5.7.2</version> + <version>5.8.0</version> <scope>test</scope> </dependency> <!-- A bit of jar-hell requires this to come last. --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2f54c2b..25545cb 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,7 @@ <action type="update" dev="kinow" due-to="Gary Gregory, Dependabot">Bump commons-compress from 1.19 to 1.21 #62.</action> <action type="update" dev="kinow" due-to="Gary Gregory">Replace JUnit from 4.13.2 to 5.7.2 vintage.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump maven-scm.version from 1.11.2 to 1.11.3 #66.</action> + <action type="update" dev="kinow" due-to="Dependabot">Bump junit-vintage-engine from 5.7.2 to 5.8.0 #70.</action> </release> <release version="1.7" date="2019-08-30" description="Version 1.7">