From 74a82eebeba1704df9942ff090c7c17c25fc9a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 10:01:43 +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 | 4 ++-- src/changes/changes.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 18b9578..7ca6325 100644 --- a/pom.xml +++ b/pom.xml @@ -451,7 +451,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.2.0 + 3.2.1 ${basedir}/checkstyle.xml false @@ -500,7 +500,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.2.0 + 3.2.1 ${basedir}/checkstyle.xml false diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2c125a4..60aa6fb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -104,7 +104,7 @@ The type attribute can be add,update,fix,remove. Bump servlet-api from 2.3 to 2.5 #27. - Bump maven-checkstyle-plugin from 2.7 to 3.2.0 #35, #101. + Bump maven-checkstyle-plugin from 2.7 to 3.2.1 #35, #101, #130. Bump spotbugs-maven-plugin from 4.1.4 to 4.7.2.1 #33, #70, #78, #93, #97, #102, #112.