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 62d5c10 org.junit-pioneer:junit-pioneer 0.5.3 -> 0.5.4. 62d5c10 is described below commit 62d5c1037f6ff068128ce1fe164a6d2e6be46bea Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 22 08:39:18 2020 -0500 org.junit-pioneer:junit-pioneer 0.5.3 -> 0.5.4. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 88b8208..19472d3 100644 --- a/pom.xml +++ b/pom.xml @@ -522,7 +522,7 @@ <dependency> <groupId>org.junit-pioneer</groupId> <artifactId>junit-pioneer</artifactId> - <version>0.5.3</version> + <version>0.5.4</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6c286f6..f4fd3b6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -98,7 +98,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1513" type="add" dev="ggregory" due-to="Bernhard Bonigl, Gary Gregory">ObjectUtils: Get first non-null supplier value.</action> <action type="add" dev="jochen">Added the Streams class, and Functions.stream() as an accessor thereof.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">org.easymock:easymock 4.1 -> 4.2.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">org.junit-pioneer:junit-pioneer 0.4.2 -> 0.5.3.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">org.junit-pioneer:junit-pioneer 0.4.2 -> 0.5.4.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.0.</action> <action type="update" dev="ggregory" due-to="Peter Verhas">Use Javadoc {@code} instead of pre tags. #490.</action> <action type="update" dev="ggregory" due-to="Peter Verhas">ExceptionUtilsTest to 100% #486.</action>