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/04/07 15:10:31 UTC

[commons-lang] branch master updated: - org.junit-pioneer:junit-pioneer 0.5.4 -> 0.5.6. - org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.

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 cfe4576  - org.junit-pioneer:junit-pioneer 0.5.4 -> 0.5.6. - org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.
cfe4576 is described below

commit cfe457636a53d3a1927f3c3f130074bfa0c9d492
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Apr 7 11:10:27 2020 -0400

    - org.junit-pioneer:junit-pioneer 0.5.4 -> 0.5.6.
    - org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 33c7620..b8a3846 100644
--- a/pom.xml
+++ b/pom.xml
@@ -516,13 +516,13 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.6.0</version>
+      <version>5.6.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.junit-pioneer</groupId>
       <artifactId>junit-pioneer</artifactId>
-      <version>0.5.4</version>
+      <version>0.5.6</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c54dfac..b36abca 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,8 @@ The <action> type attribute can be add,update,fix,remove.
 
   <release version="3.10.1" date="2020-MM-DD" description="New features and bug fixes..">
     <action                   type="fix" dev="kinow" due-to="contextshuffling">Fix Javdoc for StringUtils.appendIfMissingIgnoreCase() #507.</action>
+    <action                   type="update" dev="ggregory">org.junit-pioneer:junit-pioneer 0.5.4 -> 0.5.6.</action>
+    <action                   type="update" dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</action>
   </release>
 
   <release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">