You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/02/25 04:41:38 UTC

[commons-io] branch master updated: Bump junit-pioneer from 1.5.0 to 1.6.1 (#328)

This is an automated email from the ASF dual-hosted git repository.

ggregory 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 08b8b85  Bump junit-pioneer from 1.5.0 to 1.6.1 (#328)
08b8b85 is described below

commit 08b8b853709de63706440b97181ced19cdcee624
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 24 23:41:08 2022 -0500

    Bump junit-pioneer from 1.5.0 to 1.6.1 (#328)
    
    Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 1.5.0 to 1.6.1.
    - [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
    - [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.5.0...v1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit-pioneer:junit-pioneer
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 23264d5..e7b401e 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.5.0</version>
+      <version>1.6.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>