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/23 00:31:22 UTC

[commons-io] branch master updated: Bump junit-bom 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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 21013dfd Bump junit-bom from 5.9.0 to 5.9.1
21013dfd is described below

commit 21013dfdf140186ed064e0d05b780d51ec00cfdc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 23 00:03:49 2022 +0000

    Bump junit-bom from 5.9.0 to 5.9.1
    
    Bumps [junit-bom](https://github.com/junit-team/junit5) 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:junit-bom
      dependency-type: direct:production
      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 903442fe..2325237a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@ file comparators, endian transformation classes, and much more.
       <dependency>
         <groupId>org.junit</groupId>
         <artifactId>junit-bom</artifactId>
-        <version>5.9.0</version>
+        <version>5.9.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f10ca8b9..316edd3b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -480,7 +480,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump checkstyle from 8.44 to 9.3 #256, #257, #266, #279, #292. #308.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump junit-bom from 5.8.0-M1 to 5.9.0 #260, #271, #275, #309.
+        Bump junit-bom from 5.8.0-M1 to 5.9.1 #260, #271, #275, #309, #386.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump mockito-inline from 3.11.2 to 4.8.0 #262, #264, #282, #306, #314, #331, #348, #359, #381.