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:44:19 UTC

[commons-lang] branch master updated: Bump junit-pioneer from 1.1.0 to 1.3.0 (#702)

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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new caaa3fb  Bump junit-pioneer from 1.1.0 to 1.3.0 (#702)
caaa3fb is described below

commit caaa3fb9bd6ce63bdc85ee567685025f11df010b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 27 11:44:10 2021 -0500

    Bump junit-pioneer from 1.1.0 to 1.3.0 (#702)
    
    Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 1.1.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.1.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 c2ef442..8c83b66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -536,7 +536,7 @@
     <dependency>
       <groupId>org.junit-pioneer</groupId>
       <artifactId>junit-pioneer</artifactId>
-      <version>1.1.0</version>
+      <version>1.3.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>