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 2021/01/27 16:31:54 UTC

[commons-io] branch master updated: Bump junit-pioneer from 1.2.0 to 1.3.0 (#191)

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 0a6a99e  Bump junit-pioneer from 1.2.0 to 1.3.0 (#191)
0a6a99e is described below

commit 0a6a99edaeb6fc65ca607332515681cfd9e3b167
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 27 11:31:43 2021 -0500

    Bump junit-pioneer from 1.2.0 to 1.3.0 (#191)
    
    Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 1.2.0 to 1.3.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.2.0...v1.3.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 6d453f8..dbde47d 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.2.0</version>
+      <version>1.3.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>