diff --git a/pom.xml b/pom.xml
index 10923d5980..1bd8549731 100644
--- a/pom.xml
+++ b/pom.xml
@@ -560,7 +560,7 @@
RC1
3.1.1
- 8.31
+ 8.32
collections
https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f29b04e293..c54bb04c2c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -153,6 +153,7 @@
Update build from checkstyle.version 3.1.0 to 3.1.1.
Update build from checkstyle.dep.version 8.29 to 8.31.
+ Update build from checkstyle.dep.version 8.31 to 8.32.
Better NPE messages in CollectionUtils with Objects.requireNonNull #117.