Skip to content

Commit a7eda4f

Browse files
committed
Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.6.0
1 parent 7d08dd8 commit a7eda4f

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
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-checkstyle-plugin</artifactId>
44-
<version>3.5.0</version>
44+
<version>3.6.0</version>
4545
<dependencies>
4646
<dependency>
4747
<groupId>com.puppycrawl.tools</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-checkstyle-plugin</artifactId>
80-
<version>3.5.0</version>
80+
<version>3.6.0</version>
8181
<dependencies>
8282
<dependency>
8383
<groupId>com.puppycrawl.tools</groupId>

testcontainers-advanced-imagebuilder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<plugin>
289289
<groupId>org.apache.maven.plugins</groupId>
290290
<artifactId>maven-checkstyle-plugin</artifactId>
291-
<version>3.5.0</version>
291+
<version>3.6.0</version>
292292
<dependencies>
293293
<dependency>
294294
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)