From ae870195ba26e67152546254dd415903d05dd3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 12:01:50 +0000 Subject: [PATCH] Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.0...maven-checkstyle-plugin-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 89b1c0ac1..41b22beca 100644 --- a/pom.xml +++ b/pom.xml @@ -573,7 +573,7 @@ 12310465 RC1 - 3.2.0 + 3.2.1 9.3 collections diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2cd703cea..a99903210 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -244,7 +244,7 @@ Fixed the typo and deal the NPE with Objects.requireNonNull #118. - Bump maven-checkstyle-plugin 3.1.0 to 3.2.0. + Bump maven-checkstyle-plugin 3.1.0 to 3.2.1 #379. Bump checkstyle 8.29 9.3 #179, #184, #192, #199, #204, #212, #218, #222, #234, #240, #243, #245, #246, #248, #257, #263, #270, #271, #277.