File tree 4 files changed +18
-15
lines changed
build-tools/src/main/resources/bordertech
4 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 3
3
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
4
4
"https://checkstyle.org/dtds/configuration_1_3.dtd">
5
5
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) -->
7
7
8
8
<!--
9
9
Checkstyle configuration that checks the sun coding conventions from:
Original file line number Diff line number Diff line change 33
33
<rule ref =" category/java/errorprone.xml/ReturnEmptyArrayRatherThanNull" >
34
34
<priority >3</priority >
35
35
</rule >
36
+ <rule ref =" category/java/errorprone.xml/ReturnEmptyCollectionRatherThanNull" >
37
+ <priority >3</priority >
38
+ </rule >
36
39
<rule ref =" category/java/errorprone.xml/SingletonClassReturningNewInstance" >
37
40
<priority >3</priority >
38
41
</rule >
Original file line number Diff line number Diff line change 150
150
<plugin >
151
151
<groupId >org.apache.maven.plugins</groupId >
152
152
<artifactId >maven-compiler-plugin</artifactId >
153
- <version >3.8.1 </version >
153
+ <version >3.9.0 </version >
154
154
</plugin >
155
155
156
156
<!-- Javadoc -->
157
157
<plugin >
158
158
<groupId >org.apache.maven.plugins</groupId >
159
159
<artifactId >maven-javadoc-plugin</artifactId >
160
- <version >3.2.0 </version >
160
+ <version >3.3.1 </version >
161
161
<configuration >
162
162
<archive >
163
163
<manifestEntries >
186
186
<plugin >
187
187
<groupId >org.apache.maven.plugins</groupId >
188
188
<artifactId >maven-enforcer-plugin</artifactId >
189
- <version >3.0.0-M3 </version >
189
+ <version >3.0.0</version >
190
190
<executions >
191
191
<execution >
192
192
<id >enforcer</id >
212
212
<dependency >
213
213
<groupId >org.codehaus.mojo</groupId >
214
214
<artifactId >extra-enforcer-rules</artifactId >
215
- <version >1.3 </version >
215
+ <version >1.5.1 </version >
216
216
</dependency >
217
217
</dependencies >
218
218
</plugin >
268
268
<plugin >
269
269
<groupId >org.apache.maven.plugins</groupId >
270
270
<artifactId >maven-gpg-plugin</artifactId >
271
- <version >1.6 </version >
271
+ <version >3.0.1 </version >
272
272
<executions >
273
273
<execution >
274
274
<id >sign-artifacts</id >
Original file line number Diff line number Diff line change 67
67
<assemblyAnalyzerEnabled >false</assemblyAnalyzerEnabled >
68
68
69
69
<!-- 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>
72
72
<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>
78
78
<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>
80
80
<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>
82
82
<bt .versions.plugin>2.8.1</bt .versions.plugin>
83
83
84
84
</properties >
You can’t perform that action at this time.
0 commit comments