You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/12/01 21:07:49 UTC

[commons-release-plugin] branch master updated: Bump junit-vintage-engine from 5.8.1 to 5.8.2

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 948e690  Bump junit-vintage-engine from 5.8.1 to 5.8.2
948e690 is described below

commit 948e6905fe04819ff8b04c332500512cdf85903b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 1 08:36:55 2021 +0000

    Bump junit-vintage-engine from 5.8.1 to 5.8.2
    
    Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2)
    
    ---
    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] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c5a2b82..58dd9fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
     <dependency>
       <groupId>org.junit.vintage</groupId>
       <artifactId>junit-vintage-engine</artifactId>
-      <version>5.8.1</version>
+      <version>5.8.2</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 6ca22ef..8327cb7 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,8 +54,8 @@
       <action type="update" dev="kinow" due-to="Dependabot">Bump plexus-velocity from 1.2 to 1.3 #60.</action>
       <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.1 #70 #75.</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.2 #70, #75, #90.</action>
     </release>
 
     <release version="1.7" date="2019-08-30" description="Version 1.7">