Update org.junit-pioneer:junit-pioneer from 0.5.6 to 0.6.0.

This commit is contained in:
Gary Gregory 2020-05-24 11:13:00 -04:00
parent 4db2896750
commit 84a80552b8
2 changed files with 2 additions and 2 deletions

View File

@ -522,7 +522,7 @@
<dependency> <dependency>
<groupId>org.junit-pioneer</groupId> <groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId> <artifactId>junit-pioneer</artifactId>
<version>0.5.6</version> <version>0.6.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -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.."> <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="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">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.github.spotbugs:spotbugs 4.0.0 -> 4.0.2.</action>
<action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 8.29 -> 8.31.</action> <action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 8.29 -> 8.31.</action>