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/23 21:23:10 UTC

[commons-imaging] branch master updated: Bump junit-jupiter from 5.8.0 to 5.8.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-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 75684e0  Bump junit-jupiter from 5.8.0 to 5.8.1
75684e0 is described below

commit 75684e0e3dd98444355b8b69ada543226202efc9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 23 17:12:53 2021 +0000

    Bump junit-jupiter from 5.8.0 to 5.8.1
    
    Bumps [junit-jupiter](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.jupiter:junit-jupiter
      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 6990f8b..453984c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/imaging</commons.distSvnStagingUrl>
     <commons.releaseManagerName>Bruno P. Kinoshita</commons.releaseManagerName>
     <commons.releaseManagerKey>33C6E01240C5468C2B7A556954E2764B48A42DF0</commons.releaseManagerKey>
-    <junit.version>5.8.0</junit.version>
+    <junit.version>5.8.1</junit.version>
   </properties>
 
   <scm>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6903f59..0559203 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,7 +88,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons-io from 2.7 to 2.11.0 #96 #152 #153, #158.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
-        Bump junit-jupiter from 5.6.2 to 5.8.0 #97 #119 #151 #170.
+        Bump junit-jupiter from 5.6.2 to 5.8.1 #97 #119 #151 #170 #172.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump actions/checkout from v2.3.2 to v2.3.4 #99 #107.