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 2022/09/22 23:06:26 UTC

[commons-compress] branch master updated: Bump junit.version from 5.9.0 to 5.9.1

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-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 80471881 Bump junit.version from 5.9.0 to 5.9.1
80471881 is described below

commit 80471881950a926949aaac7bd8c27c74d0620244
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 22 21:26:51 2022 +0000

    Bump junit.version from 5.9.0 to 5.9.1
    
    Bumps `junit.version` from 5.9.0 to 5.9.1.
    
    Updates `junit-jupiter-api` from 5.9.0 to 5.9.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)
    
    Updates `junit-jupiter-params` from 5.9.0 to 5.9.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)
    
    Updates `junit-vintage-engine` from 5.9.0 to 5.9.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-params
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - 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 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 01e9e5e6..b392e69a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>
     <japicmp.skip>false</japicmp.skip>
 
-    <junit.version>5.9.0</junit.version>
+    <junit.version>5.9.1</junit.version>
     <commons.surefire.version>3.0.0-M6</commons.surefire.version>
     <pax.exam.version>4.13.5</pax.exam.version>
     <slf4j.version>2.0.1</slf4j.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ecfb52d8..71cbcc73 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -192,7 +192,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons.jacoco.version from 0.8.7 to 0.8.8.
       </action>
       <action type="update" dev="kinow" due-to="Dependabot">
-        Bump junit.version from 5.8.2 to 5.9.0 #302.
+        Bump junit.version from 5.8.2 to 5.9.1 #302, #317.
       </action>
       <action type="update" dev="kinow" due-to="Dependabot">
         Bump mockito.version from 4.6.1 to 4.8.0 #307, #312.