Update tests from Apache Commons Lang 3.10 to 3.11.

This commit is contained in:
Gary Gregory 2020-07-16 12:36:15 -04:00
parent 10f1f977dd
commit 1b2690e280
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -145,7 +145,7 @@
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.
Update tests from Apache Commons Lang 3.9 to 3.11.
</action>
<action dev="ggregory" type="update" due-to="Chen">
Fixed the typo and deal the NPE with Objects.requireNonNull #118.