diff --git a/pom.xml b/pom.xml
index 66fee3331..12e15a18f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,7 +494,7 @@
org.apache.commons
commons-lang3
- 3.12.0
+ 3.13.0
test
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2ad333b0c..7d12fd0b1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -343,8 +343,8 @@
Add and use CollectionUtils.INDEX_NOT_FOUND constant.
-
- Bump commons-lang3 from 3.11 to 3.12.0 #219.
+
+ Bump commons-lang3 from 3.11 to 3.13.0 #219.
Add new variables to oac.collections4.CollectionUtils and use them in the code base.