diff --git a/pom.xml b/pom.xml index 445e8f8ce..38ea7bc3e 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,7 @@ RC1 3.1.1 - 8.37 + 8.38 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 0e3035295..33cffdb66 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -175,6 +175,7 @@ Bump checkstyle from 8.35 to 8.36 #179. 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. Better NPE messages in CollectionUtils with Objects.requireNonNull #117.