Skip to content

Commit ee00029

Browse files
authored
Merge pull request #180 from xdev-software/renovate/com.puppycrawl.tools-checkstyle-11.x
Update dependency com.puppycrawl.tools:checkstyle to v11
2 parents 0c0b6d7 + 3849ad7 commit ee00029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.puppycrawl.tools</groupId>
4747
<artifactId>checkstyle</artifactId>
48-
<version>10.26.1</version>
48+
<version>11.0.0</version>
4949
</dependency>
5050
</dependencies>
5151
<configuration>

template-placeholder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<dependency>
216216
<groupId>com.puppycrawl.tools</groupId>
217217
<artifactId>checkstyle</artifactId>
218-
<version>10.26.1</version>
218+
<version>11.0.0</version>
219219
</dependency>
220220
</dependencies>
221221
<configuration>

0 commit comments

Comments
 (0)