Update org.junit-pioneer:junit-pioneer from 0.5.6 to 0.6.0.
This commit is contained in:
parent
4db2896750
commit
84a80552b8
2
pom.xml
2
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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue