diff --git a/pom.xml b/pom.xml index 00e061e007..355027a475 100644 --- a/pom.xml +++ b/pom.xml @@ -494,7 +494,7 @@ org.apache.commons commons-lang3 - 3.13.0 + 3.14.0 test diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e3d6c60649..0458f95b13 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -347,7 +347,7 @@ Add and use CollectionUtils.INDEX_NOT_FOUND constant. - Bump commons-lang3 from 3.11 to 3.13.0. + Bump commons-lang3 from 3.11 to 3.14.0. Add new variables to oac.collections4.CollectionUtils and use them in the code base.