diff --git a/pom.xml b/pom.xml index dbde0dfee..167a85a47 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 commons-lang3 - 3.12.0-SNAPSHOT + 3.12.0 Apache Commons Lang 2001 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 65d89ab4c..9d5e8469d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,7 +45,7 @@ The type attribute can be add,update,fix,remove. - + Correct implementation of RandomUtils.nextLong(long, long) Restore handling of collections for non-JSON ToStringStyle #610.