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 84a8055 Update org.junit-pioneer:junit-pioneer from 0.5.6 to 0.6.0.
84a8055 is described below
commit 84a80552b87a0c5264cef14c081dd7d7b66c9e37
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 24 11:13:00 2020 -0400
Update org.junit-pioneer:junit-pioneer from 0.5.6 to 0.6.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2160308..5272157 100644
--- a/pom.xml
+++ b/pom.xml
@@ -522,7 +522,7 @@
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
- <version>0.5.6</version>
+ <version>0.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6903630..6d3b1d6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
<release version="3.11" 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-pioneer:junit-pioneer 0.5.4 -> 0.6.0.</action>
<action type="update"
dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</action>
<action type="update"
dev="ggregory">com.github.spotbugs:spotbugs 4.0.0 -> 4.0.2.</action>
<action type="update"
dev="ggregory">com.puppycrawl.tools:checkstyle 8.29 -> 8.31.</action>