Skip to content

Commit e90ad83

Browse files
committed
Upgrade to pmd 6.21.0
1 parent 926cda2 commit e90ad83

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ext {
3737
blockHoundVersion = "1.0.1.RELEASE"
3838
junitPlatformLauncherVersion = "1.5.2"
3939
checkstyleVersion = "8.21"
40-
pmdVersion = "6.19.0"
40+
pmdVersion = "6.21.0"
4141

4242
javadocLinks = [
4343
"https://docs.oracle.com/javase/8/docs/api/",

src/pmd/pmdRuleSet.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<exclude name="AvoidFieldNameMatchingMethodName" />
5858
<exclude name="BeanMembersShouldSerialize" />
5959
<exclude name="DataflowAnomalyAnalysis" />
60+
<exclude name="InvalidLogMessageFormat" />
6061
</rule>
6162
<rule ref="category/java/multithreading.xml">
6263
<exclude name="UseConcurrentHashMap" />

src/pmd/pmdTestRuleSet.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<exclude name="AvoidDuplicateLiterals" />
6969
<exclude name="BeanMembersShouldSerialize" />
7070
<exclude name="DataflowAnomalyAnalysis" />
71+
<exclude name="InvalidLogMessageFormat" />
7172
<exclude name="NonStaticInitializer" />
7273
</rule>
7374
<rule ref="category/java/multithreading.xml">

0 commit comments

Comments
 (0)