diff --git a/pom.xml b/pom.xml index 045b72cde..071676f91 100644 --- a/pom.xml +++ b/pom.xml @@ -486,7 +486,7 @@ org.apache.commons commons-lang3 - 3.10 + 3.11 test diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f2a786a65..8256cd6df 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -145,7 +145,7 @@ Let org.apache.commons.collections4.properties.[Sorted]PropertiesFactory accept XML input. - Update tests from Apache Commons Lang 3.9 to 3.10. + Update tests from Apache Commons Lang 3.9 to 3.11. Fixed the typo and deal the NPE with Objects.requireNonNull #118.