|
24 | 24 |
|
25 | 25 | <groupId>io.wcm.maven</groupId> |
26 | 26 | <artifactId>io.wcm.maven.global-parent</artifactId> |
27 | | - <version>63</version> |
| 27 | + <version>64</version> |
28 | 28 | <packaging>pom</packaging> |
29 | 29 |
|
30 | 30 | <name>io.wcm.maven.global-parent</name> |
|
97 | 97 | <spotbugs-plugin.version>4.9.3.0</spotbugs-plugin.version> |
98 | 98 | <!-- Stick with version 1.12.0 until the fix for https://github.com/find-sec-bugs/find-sec-bugs/issues/727 is released --> |
99 | 99 | <spotbugs-findsecbugs-plugin.version>1.12.0</spotbugs-findsecbugs-plugin.version> |
100 | | - <pmd.version>7.12.0</pmd.version> |
| 100 | + <pmd.version>7.13.0</pmd.version> |
101 | 101 | <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version> |
102 | 102 | <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version> |
103 | 103 |
|
|
158 | 158 | <extension> |
159 | 159 | <groupId>io.wcm.maven</groupId> |
160 | 160 | <artifactId>io.wcm.maven.global-build-tools</artifactId> |
161 | | - <version>31</version> |
| 161 | + <version>32</version> |
162 | 162 | </extension> |
163 | 163 |
|
164 | 164 | <!-- SCP support for deploying sites --> |
|
607 | 607 | <configLocation>global-build-tools/checkstyle.xml</configLocation> |
608 | 608 | <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> |
609 | 609 | <suppressionsLocation>global-build-tools/checkstyle-suppressions.xml</suppressionsLocation> |
610 | | - <encoding>${project.build.sourceEncoding}</encoding> |
611 | 610 | <enableRulesSummary>false</enableRulesSummary> |
612 | 611 | <linkXRef>true</linkXRef> |
613 | 612 | <excludes>**/target/**</excludes> |
|
616 | 615 | <dependency> |
617 | 616 | <groupId>com.puppycrawl.tools</groupId> |
618 | 617 | <artifactId>checkstyle</artifactId> |
619 | | - <version>10.23.0</version> |
| 618 | + <version>10.23.1</version> |
620 | 619 | </dependency> |
621 | 620 | </dependencies> |
622 | 621 | </plugin> |
|
974 | 973 | <configLocation>global-build-tools/checkstyle.xml</configLocation> |
975 | 974 | <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> |
976 | 975 | <suppressionsLocation>global-build-tools/checkstyle-suppressions.xml</suppressionsLocation> |
977 | | - <encoding>${project.build.sourceEncoding}</encoding> |
978 | 976 | <enableRulesSummary>false</enableRulesSummary> |
979 | 977 | <linkXRef>true</linkXRef> |
980 | 978 | <excludes>**/target/**</excludes> |
|
0 commit comments