From 62d5c1037f6ff068128ce1fe164a6d2e6be46bea Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 22 Feb 2020 08:39:18 -0500 Subject: [PATCH] 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 88b8208ff..19472d3bd 100644 --- a/pom.xml +++ b/pom.xml @@ -522,7 +522,7 @@ org.junit-pioneer junit-pioneer - 0.5.3 + 0.5.4 test diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6c286f69e..f4fd3b6a1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -98,7 +98,7 @@ The type attribute can be add,update,fix,remove. ObjectUtils: Get first non-null supplier value. Added the Streams class, and Functions.stream() as an accessor thereof. org.easymock:easymock 4.1 -> 4.2. - org.junit-pioneer:junit-pioneer 0.4.2 -> 0.5.3. + org.junit-pioneer:junit-pioneer 0.4.2 -> 0.5.4. org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.0. Use Javadoc {@code} instead of pre tags. #490. ExceptionUtilsTest to 100% #486.