Skip to content

Commit f3b5a01

Browse files
Bump checkstyle from 8.29 to 8.32 (#1343)
1 parent b6534da commit f3b5a01

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.mvn/checkstyle-suppressions.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66

77
<suppressions>
88
<suppress files="release\.properties" checks="[a-zA-Z0-9]*"/>
9-
</suppressions>
9+
<suppress files=".+\.properties" checks=".+" />
10+
</suppressions>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-checkstyle-plugin</artifactId>
67-
<version>3.1.0</version>
67+
<version>3.1.1</version>
6868
<dependencies>
6969
<dependency>
7070
<groupId>com.puppycrawl.tools</groupId>
7171
<artifactId>checkstyle</artifactId>
72-
<version>8.29</version>
72+
<version>8.32</version>
7373
</dependency>
7474
</dependencies>
7575
</plugin>

0 commit comments

Comments
 (0)