Skip to content

Commit d003167

Browse files
build(deps): 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](apache/maven-checkstyle-plugin@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] <[email protected]>
1 parent a1a8e5f commit d003167

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

canteen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-checkstyle-plugin</artifactId>
67-
<version>3.2.0</version>
67+
<version>3.2.1</version>
6868
<dependencies>
6969
<dependency>
7070
<groupId>com.puppycrawl.tools</groupId>

contrib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
<plugin>
247247
<groupId>org.apache.maven.plugins</groupId>
248248
<artifactId>maven-checkstyle-plugin</artifactId>
249-
<version>3.2.0</version>
249+
<version>3.2.1</version>
250250
<dependencies>
251251
<dependency>
252252
<groupId>com.puppycrawl.tools</groupId>

demos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-checkstyle-plugin</artifactId>
160-
<version>3.2.0</version>
160+
<version>3.2.1</version>
161161
<dependencies>
162162
<dependency>
163163
<groupId>com.puppycrawl.tools</groupId>

jprotoc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-checkstyle-plugin</artifactId>
205-
<version>3.2.0</version>
205+
<version>3.2.1</version>
206206
<dependencies>
207207
<dependency>
208208
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)