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/09/14 04:47:00 UTC

[commons-collections] branch master updated: Bump commons.junit.version from 5.7.2 to 5.8.0

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 87a0286  Bump commons.junit.version from 5.7.2 to 5.8.0
87a0286 is described below

commit 87a028621f8c20704cdb50bff8f03bd17f9e2917
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Sep 14 04:27:53 2021 +0000

    Bump commons.junit.version from 5.7.2 to 5.8.0
    
    Bumps `commons.junit.version` from 5.7.2 to 5.8.0.
    
    Updates `junit-jupiter-api` 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)
    
    Updates `junit-jupiter-engine` 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)
    
    Updates `junit-vintage-engine` 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.jupiter:junit-jupiter-api
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.junit.vintage:junit-vintage-engine
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@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 3479997..eb2af2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -580,7 +580,7 @@
     <!-- Override clirr version to enable clirr on Java 8 -->
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
-    <commons.junit.version>5.7.2</commons.junit.version>
+    <commons.junit.version>5.8.0</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 bb9a491..9b7086d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -240,7 +240,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.2 #181 #213 #236.
+      Bump commons.junit.version from 5.6.2 to 5.8.0 #181 #213 #236 #252.
     </action>
     <action issue="COLLECTIONS-774" type="update" dev="ggregory" due-to="Dependabot">
       Bump maven-antrun-plugin from 1.8 to 3.0.0 #170.