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 2020/12/04 16:02:31 UTC

[commons-io] branch master updated: Bump junit-pioneer from 1.0.0 to 1.1.0 (#170)

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 22adb69  Bump junit-pioneer from 1.0.0 to 1.1.0 (#170)
22adb69 is described below

commit 22adb69da7b92b5c4a025137a80e57ae88549ede
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 4 11:02:23 2020 -0500

    Bump junit-pioneer from 1.0.0 to 1.1.0 (#170)
    
    Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 1.0.0 to 1.1.0.
    - [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
    - [Changelog](https://github.com/junit-pioneer/junit-pioneer/blob/master/docs/release-notes.md)
    - [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.0.0...v1.1.0)
    
    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 6cd75b8..c3ea6de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,7 @@ file comparators, endian transformation classes, and much more.
     <dependency>
       <groupId>org.junit-pioneer</groupId>
       <artifactId>junit-pioneer</artifactId>
-      <version>1.0.0</version>
+      <version>1.1.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>