Skip to content

Commit 9e20427

Browse files
authored
Merge pull request #132 from xdev-software/renovate/com.puppycrawl.tools-checkstyle-10.x
Update dependency com.puppycrawl.tools:checkstyle to v10.26.1
2 parents 7c25ac2 + 4f92674 commit 9e20427

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.puppycrawl.tools</groupId>
4848
<artifactId>checkstyle</artifactId>
49-
<version>10.26.0</version>
49+
<version>10.26.1</version>
5050
</dependency>
5151
</dependencies>
5252
<configuration>

testcontainers-advanced-imagebuilder-dummy-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.puppycrawl.tools</groupId>
8484
<artifactId>checkstyle</artifactId>
85-
<version>10.25.0</version>
85+
<version>10.26.1</version>
8686
</dependency>
8787
</dependencies>
8888
<configuration>

testcontainers-advanced-imagebuilder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<dependency>
268268
<groupId>com.puppycrawl.tools</groupId>
269269
<artifactId>checkstyle</artifactId>
270-
<version>10.26.0</version>
270+
<version>10.26.1</version>
271271
</dependency>
272272
</dependencies>
273273
<configuration>

0 commit comments

Comments
 (0)