File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
build-tools/src/main/resources/bordertech Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 33 "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
44 "https://checkstyle.org/dtds/configuration_1_3.dtd">
55
6- <!-- Based on sun_checks.xml V8.37 (https://github.com/checkstyle/checkstyle/blob/checkstyle-8.37 /src/main/resources/sun_checks.xml) -->
6+ <!-- Based on sun_checks.xml V9.2.1 (https://github.com/checkstyle/checkstyle/blob/checkstyle-9.2.1 /src/main/resources/sun_checks.xml) -->
77
88<!--
99Checkstyle configuration that checks the sun coding conventions from:
Original file line number Diff line number Diff line change 3333 <rule ref =" category/java/errorprone.xml/ReturnEmptyArrayRatherThanNull" >
3434 <priority >3</priority >
3535 </rule >
36+ <rule ref =" category/java/errorprone.xml/ReturnEmptyCollectionRatherThanNull" >
37+ <priority >3</priority >
38+ </rule >
3639 <rule ref =" category/java/errorprone.xml/SingletonClassReturningNewInstance" >
3740 <priority >3</priority >
3841 </rule >
Original file line number Diff line number Diff line change 6767 <assemblyAnalyzerEnabled >false</assemblyAnalyzerEnabled >
6868
6969 <!-- Versions -->
70- <bt .junit.version>5.7.0 </bt .junit.version>
71- <bt .jacoco.plugin.version>0.8.6 </bt .jacoco.plugin.version>
70+ <bt .junit.version>5.8.2 </bt .junit.version>
71+ <bt .jacoco.plugin.version>0.8.7 </bt .jacoco.plugin.version>
7272 <bt .surefire.plugin.version>2.22.2</bt .surefire.plugin.version>
73- <bt .checkstyle.plugin.version>3.1.1 </bt .checkstyle.plugin.version>
74- <bt .checkstyle.version>8.37 </bt .checkstyle.version>
75- <bt .pmd.plugin.version>3.13 .0</bt .pmd.plugin.version>
76- <bt .pmd.version>6.29 .0</bt .pmd.version>
77- <bt .spotbugs.plugin.version>4.1.4 </bt .spotbugs.plugin.version>
73+ <bt .checkstyle.plugin.version>3.1.2 </bt .checkstyle.plugin.version>
74+ <bt .checkstyle.version>9.2.1 </bt .checkstyle.version>
75+ <bt .pmd.plugin.version>3.15 .0</bt .pmd.plugin.version>
76+ <bt .pmd.version>6.41 .0</bt .pmd.version>
77+ <bt .spotbugs.plugin.version>4.5.3.0 </bt .spotbugs.plugin.version>
7878 <bt .sb-contrib.plugin.version>7.4.7</bt .sb-contrib.plugin.version>
79- <bt .spotbugs.version>4.1.4 </bt .spotbugs.version>
79+ <bt .spotbugs.version>4.5.3 </bt .spotbugs.version>
8080 <bt .findsecbugs.plugin.version>1.11.0</bt .findsecbugs.plugin.version>
81- <bt .owasp.plugin.version>6.0.2 </bt .owasp.plugin.version>
81+ <bt .owasp.plugin.version>6.5.3 </bt .owasp.plugin.version>
8282 <bt .versions.plugin>2.8.1</bt .versions.plugin>
8383
8484 </properties >
You can’t perform that action at this time.
0 commit comments