Update test dependency: org.junit-pioneer:junit-pioneer 0.3.3 -> 0.4.2.
This commit is contained in:
parent
c9ca06e496
commit
74c8862d0c
2
pom.xml
2
pom.xml
|
@ -522,7 +522,7 @@
|
|||
<dependency>
|
||||
<groupId>org.junit-pioneer</groupId>
|
||||
<artifactId>junit-pioneer</artifactId>
|
||||
<version>0.3.3</version>
|
||||
<version>0.4.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -84,7 +84,7 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
<action issue="LANG-1500" type="fix" dev="ggregory" due-to="contextshuffling">Test may fail due to a different order of fields returned by reflection api #480.</action>
|
||||
<action type="update" dev="ggregory" due-to="Gary Gregory">Update test dependency: org.easymock:easymock 4.0.2 -> 4.1.</action>
|
||||
<action type="update" dev="ggregory" due-to="Gary Gregory">Update test dependency: org.hamcrest:hamcrest 2.1 -> 2.2.</action>
|
||||
<action type="update" dev="ggregory" due-to="Gary Gregory">Update test dependency: org.junit-pioneer:junit-pioneer 0.3.0 -> 0.3.3.</action>
|
||||
<action type="update" dev="ggregory" due-to="Gary Gregory">Update test dependency: org.junit-pioneer:junit-pioneer 0.3.0 -> 0.4.2.</action>
|
||||
<action type="update" dev="ggregory" due-to="Gary Gregory">Update build dependency: com.puppycrawl.tools:checkstyle 8.25 -> 8.26.</action>
|
||||
<action issue="LANG-1501" type="fix" dev="ggregory" due-to="contextshuffling">Sort fields in ReflectionToStringBuilder for deterministic order #481.</action>
|
||||
</release>
|
||||
|
|
Loading…
Reference in New Issue