Skip to content

Commit c629b8e

Browse files
committed
Update dependency org.apache.maven.plugins:maven-pmd-plugin to v3.28.0
1 parent e038586 commit c629b8e

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
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-pmd-plugin</artifactId>
73-
<version>3.27.0</version>
73+
<version>3.28.0</version>
7474
<configuration>
7575
<analysisCache>true</analysisCache>
7676
<includeTests>true</includeTests>

testcontainers-selenium/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
<plugin>
358358
<groupId>org.apache.maven.plugins</groupId>
359359
<artifactId>maven-pmd-plugin</artifactId>
360-
<version>3.27.0</version>
360+
<version>3.28.0</version>
361361
<configuration>
362362
<analysisCache>true</analysisCache>
363363
<includeTests>true</includeTests>

0 commit comments

Comments
 (0)