Bump pmd from 7.5.0 to 7.7.0 (#5285)

* Bump pmd from 7.5.0 to 7.7.0

* Bump build-tools from 27 to 28-SNAPSHOT

Needed to remove deprecation warnings
about old rule names
This commit is contained in:
Andreas Dangel 2024-10-27 15:20:28 +01:00 committed by GitHub
parent 74ec6f45ee
commit 9c098b2531
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
pom.xml
View File

@ -115,7 +115,7 @@
<argLine>-Xmx512m -Dfile.encoding=${project.build.sourceEncoding} ${extraArgLine}</argLine>
<extraArgLine /> <!-- empty by default, profiles set it as needed -->
<pmd.build-tools.version>27</pmd.build-tools.version>
<pmd.build-tools.version>28-SNAPSHOT</pmd.build-tools.version>
<pmd-designer.version>7.2.0</pmd-designer.version>
@ -569,22 +569,22 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.5.0</version> <!-- pmd.dogfood.version -->
<version>7.7.0</version> <!-- pmd.dogfood.version -->
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>7.5.0</version> <!-- pmd.dogfood.version -->
<version>7.7.0</version> <!-- pmd.dogfood.version -->
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-jsp</artifactId>
<version>7.5.0</version> <!-- pmd.dogfood.version -->
<version>7.7.0</version> <!-- pmd.dogfood.version -->
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-javascript</artifactId>
<version>7.5.0</version> <!-- pmd.dogfood.version -->
<version>7.7.0</version> <!-- pmd.dogfood.version -->
</dependency>
<!-- This contains the dogfood ruleset -->
<dependency>