Skip to content

Commit 6fb2f38

Browse files
committed
2 parents 3f4aca7 + 564ae2b commit 6fb2f38

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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>12.0.0</version>
49+
<version>12.0.1</version>
5050
</dependency>
5151
</dependencies>
5252
<configuration>
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-pmd-plugin</artifactId>
74-
<version>3.27.0</version>
74+
<version>3.28.0</version>
7575
<configuration>
7676
<analysisCache>true</analysisCache>
7777
<includeTests>true</includeTests>

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>11.1.0</version>
85+
<version>12.0.1</version>
8686
</dependency>
8787
</dependencies>
8888
<configuration>

testcontainers-advanced-imagebuilder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<dependency>
292292
<groupId>com.puppycrawl.tools</groupId>
293293
<artifactId>checkstyle</artifactId>
294-
<version>12.0.0</version>
294+
<version>12.0.1</version>
295295
</dependency>
296296
</dependencies>
297297
<configuration>
@@ -316,7 +316,7 @@
316316
<plugin>
317317
<groupId>org.apache.maven.plugins</groupId>
318318
<artifactId>maven-pmd-plugin</artifactId>
319-
<version>3.27.0</version>
319+
<version>3.28.0</version>
320320
<configuration>
321321
<analysisCache>true</analysisCache>
322322
<includeTests>true</includeTests>

0 commit comments

Comments
 (0)