Update JUnit from 4.12 to 4.13.
This commit is contained in:
parent
13b132450c
commit
ee282c7c6b
2
pom.xml
2
pom.xml
|
@ -447,7 +447,7 @@
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<version>4.13</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -114,6 +114,12 @@
|
|||
<action issue="COLLECTIONS-728" dev="ggregory" type="add" due-to="Claude Warren">
|
||||
BloomFilter contribution.
|
||||
</action>
|
||||
<action dev="ggregory" type="update" due-to="Gary Gregory">
|
||||
[test] Update JUnit from 4.12 to 4.13.
|
||||
</action>
|
||||
<action dev="ggregory" type="update" due-to="Gary Gregory">
|
||||
[build] Update Apache commons-parent from 48 to 50.
|
||||
</action>
|
||||
</release>
|
||||
<release version="4.4" date="2019-07-05" description="Maintenance release.">
|
||||
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">
|
||||
|
|
Loading…
Reference in New Issue