Update tests from Apache Commons Lang 3.9 to 3.10.

This commit is contained in:
Gary Gregory 2020-03-27 14:01:45 -04:00
parent a02a0e6993
commit f9fb07955d
2 changed files with 2 additions and 1 deletions

View File

@ -459,7 +459,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
<version>3.10</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -135,6 +135,7 @@
<action issue="COLLECTIONS-748" dev="ggregory" type="update" due-to="Gary Gregory">
Let org.apache.commons.collections4.properties.[Sorted]PropertiesFactory accept XML input.
</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.10.</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">