Skip to content

Commit a3c1201

Browse files
authored
Merge pull request #193 from xdev-software/renovate/org.apache.maven.plugins-maven-pmd-plugin-3.x
Update dependency org.apache.maven.plugins:maven-pmd-plugin to v3.28.0
2 parents 4d59c55 + ec22008 commit a3c1201

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
@@ -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/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)