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/09/27 00:37:54 UTC

[commons-io] branch master updated: Update org.junit-pioneer:junit-pioneer 0.9.0 -> 0.9.1; requires junit-platform-commons.

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 55d213e  Update org.junit-pioneer:junit-pioneer 0.9.0 -> 0.9.1; requires junit-platform-commons.
55d213e is described below

commit 55d213ec0bb8d322d34f5d66dd7cdc48ef6302a4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 26 20:37:49 2020 -0400

    Update org.junit-pioneer:junit-pioneer 0.9.0 -> 0.9.1; requires
    junit-platform-commons.
---
 pom.xml                 | 8 +++++++-
 src/changes/changes.xml | 3 +++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a1a409d..67db6a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,9 +237,15 @@ file comparators, endian transformation classes, and much more.
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.junit.platform</groupId>
+      <artifactId>junit-platform-commons</artifactId>
+      <version>1.7.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.junit-pioneer</groupId>
       <artifactId>junit-pioneer</artifactId>
-      <version>0.9.0</version>
+      <version>0.9.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a3c56e1..d7a38d3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,6 +69,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update actions/checkout from v2.3.2 to v2.3.3 #156.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update org.junit-pioneer:junit-pioneer 0.9.0 -> 0.9.1.
+      </action>
     </release>
     <!-- The release date is the date RC is cut -->
     <release version="2.8.0" date="2020-09-05" description="Java 8 required.">