diff --git a/pom.xml b/pom.xml index 625d68e12..90ca6e66e 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,7 @@ RC1 3.1.2 - 8.40 + 8.41 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 8ea1cdccf..a6251450e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -184,6 +184,7 @@ Bump checkstyle from 8.37 to 8.38 #199. Bump checkstyle from 8.38 to 8.39 #204. Bump checkstyle from 8.39 to 8.40 #212. + Bump checkstyle from 8.40 to 8.41 #218. Better NPE messages in CollectionUtils with Objects.requireNonNull #117.