diff --git a/pom.xml b/pom.xml
index 05cc76ac1..b91659c9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -577,7 +577,7 @@
RC1
3.1.2
- 9.1
+ 9.2
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 a4b89b0c6..fd8cf4002 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -215,6 +215,7 @@
Bump checkstyle from 8.45.1 to 9.0 #248.
Bump checkstyle from 9.0 to 9.0.1 #257.
Bump checkstyle from 9.0.1 to 9.1 #263.
+ Bump checkstyle from 9.1 to 9.2 #270.
Better NPE messages in CollectionUtils with Objects.requireNonNull #117.