diff --git a/pom.xml b/pom.xml
index 5f4cf52c7..4b0f42275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
org.apache.commons
commons-parent
- 52
+ 53
4.0.0
commons-lang3
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ec69b46d0..7fb867856 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -230,6 +230,7 @@ The type attribute can be add,update,fix,remove.
Minor Improvement: Add final variable.try to make the code read-only #700.
Minor Improvement: Remove redundant initializer #699.
Use own validator ObjectUtils.anyNull to check null String input #718.
+ Bump commons-parent from 52 to 53 #885.
Refine test output for FastDateParserTest