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 a8b7257  Bump junit-vintage-engine from 5.8.0 to 5.8.1
a8b7257 is described below

commit a8b72573c916ebf91300dadba88b4d90fdd5abc8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 24 09:24:49 2021 +0000

    Bump junit-vintage-engine from 5.8.0 to 5.8.1
    
    Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 
5.8.0 to 5.8.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.vintage:junit-vintage-engine
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 0be2878..31fdcb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
     <dependency>
       <groupId>org.junit.vintage</groupId>
       <artifactId>junit-vintage-engine</artifactId>
-      <version>5.8.0</version>
+      <version>5.8.1</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 eac4fb0..a12853e 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,7 +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.12.0 #66 #73.</action>
-      <action type="update" dev="kinow" due-to="Dependabot">Bump 
junit-vintage-engine from 5.7.2 to 5.8.0 #70.</action>
+      <action type="update" dev="kinow" due-to="Dependabot">Bump 
junit-vintage-engine from 5.7.2 to 5.8.1 #70 #75.</action>
     </release>
 
     <release version="1.7" date="2019-08-30" description="Version 1.7">

Reply via email to