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/06/03 04:56:02 UTC

[commons-io] branch master updated: Bump junit-pioneer from 1.7.0 to 1.7.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 761658e3 Bump junit-pioneer from 1.7.0 to 1.7.1
761658e3 is described below

commit 761658e3bc3d04aef04d6d3bb56d43d67deaf5e2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 3 02:56:04 2022 +0000

    Bump junit-pioneer from 1.7.0 to 1.7.1
    
    Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 1.7.0 to 1.7.1.
    - [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
    - [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.7.0...v1.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit-pioneer:junit-pioneer
      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 080e6b48..2ca3522b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@ file comparators, endian transformation classes, and much more.
     <dependency>
       <groupId>org.junit-pioneer</groupId>
       <artifactId>junit-pioneer</artifactId>
-      <version>1.7.0</version>
+      <version>1.7.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 969737b7..25d278fb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -394,7 +394,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump moditect-maven-plugin from 1.0.0.RC1 to 1.0.0.RC2 #280.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
-        Bump junit-pioneer from 1.4.2 to 1.7.0 #304. #335.
+        Bump junit-pioneer from 1.4.2 to 1.7.1 #304. #335, #362.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump spotbugs from 4.5.2 to 4.7.0 #313, #317, #357.