Skip to content

Commit 7a32593

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

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>

sessionize-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
<plugin>
475475
<groupId>org.apache.maven.plugins</groupId>
476476
<artifactId>maven-pmd-plugin</artifactId>
477-
<version>3.27.0</version>
477+
<version>3.28.0</version>
478478
<configuration>
479479
<analysisCache>true</analysisCache>
480480
<includeTests>true</includeTests>

0 commit comments

Comments
 (0)