diff --git a/pom.xml b/pom.xml
index 2147850d1..bc1ea7d49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -560,7 +560,7 @@
RC1
3.1.1
- 8.39
+ 8.40
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 0b665afaf..032150bb9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -182,7 +182,8 @@
Bump checkstyle from 8.36 to 8.36.2 #184.
Bump checkstyle from 8.36.2 to 8.37 #192.
Bump checkstyle from 8.37 to 8.38 #199.
- Bump checkstyle from 8.38 to 8.39 #204.
+ Bump checkstyle from 8.38 to 8.39 #204.
+ Bump checkstyle from 8.39 to 8.40 #212.
Better NPE messages in CollectionUtils with Objects.requireNonNull #117.