Skip to content

Commit af331a2

Browse files
joaodinissfrubenporras
authored andcommitted
Update pmd to 7.13.0
1 parent ee36070 commit af331a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
name: verify
23
on: [push, pull_request]
34
jobs:
@@ -13,7 +14,7 @@ jobs:
1314
uses: pmd/pmd-github-action@v2.0.0
1415
id: pmd
1516
with:
16-
version: '7.12.0'
17+
version: '7.13.0'
1718
rulesets: 'ddk-configuration/pmd/ruleset.xml'
1819
analyzeModifiedFilesOnly: false
1920
- name: Fail build if there are violations

ddk-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<spotbugs.plugin.version>4.9.2.0</spotbugs.plugin.version>
5454
<spotbugs.version>4.9.0</spotbugs.version>
5555
<pmd.plugin.version>3.26.0</pmd.plugin.version>
56-
<pmd.version>7.11.0</pmd.version>
56+
<pmd.version>7.13.0</pmd.version>
5757
<tycho.version>4.0.12</tycho.version>
5858
<xtend.version>2.38.0</xtend.version>
5959
</properties>

0 commit comments

Comments
 (0)