Skip to content

Commit

Permalink
Merge pull request #993 from dsldevkit/dependabot/maven/ddk-parent/pm…
Browse files Browse the repository at this point in the history
…d.version-7.5.0

chore(deps): bump pmd.version from 7.4.0 to 7.5.0 in /ddk-parent
  • Loading branch information
joaodinissf authored Sep 2, 2024
2 parents a45f90a + 1243f59 commit e4ccc60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: pmd/[email protected]
id: pmd
with:
version: '7.4.0'
version: '7.5.0'
rulesets: 'ddk-configuration/pmd/ruleset.xml'
analyzeModifiedFilesOnly: false
- name: Fail build if there are violations
Expand Down
1 change: 1 addition & 0 deletions ddk-configuration/pmd/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<exclude name="AvoidSynchronizedAtMethodLevel"/>
<exclude name="DoNotUseThreads"/>
<exclude name="UseConcurrentHashMap"/><!--New after PMD 5.3 upgrade, but not intelligent enough-->
<exclude name="AvoidSynchronizedStatement"/><!-- Only applies to virtual threads on Java 21, which we do not use, the problem might be solved in a later vm -->
</rule>
<rule ref="category/java/design.xml">
<exclude name="AvoidCatchingGenericException"/><!--Checkstyle-->
Expand Down
2 changes: 1 addition & 1 deletion ddk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<spotbugs.plugin.version>4.8.6.2</spotbugs.plugin.version>
<spotbugs.version>4.8.6</spotbugs.version>
<pmd.plugin.version>3.25.0</pmd.plugin.version>
<pmd.version>7.4.0</pmd.version>
<pmd.version>7.5.0</pmd.version>
<tycho.version>4.0.8</tycho.version>
<xtend.version>2.36.0</xtend.version>
</properties>
Expand Down

0 comments on commit e4ccc60

Please sign in to comment.