Skip to content

Commit 9c56958

Browse files
Merge pull request #81 from BorderTech/feature/latest-qa
Latest QA dependencies
2 parents 218b9d3 + bcae9e4 commit 9c56958

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

build-tools/src/main/resources/bordertech/bt-checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
<!--
99
Checkstyle configuration that checks the sun coding conventions from:

build-tools/src/main/resources/bordertech/bt-pmd-rules.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
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>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,14 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-compiler-plugin</artifactId>
153-
<version>3.8.1</version>
153+
<version>3.9.0</version>
154154
</plugin>
155155

156156
<!-- Javadoc -->
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-javadoc-plugin</artifactId>
160-
<version>3.2.0</version>
160+
<version>3.3.1</version>
161161
<configuration>
162162
<archive>
163163
<manifestEntries>
@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-enforcer-plugin</artifactId>
189-
<version>3.0.0-M3</version>
189+
<version>3.0.0</version>
190190
<executions>
191191
<execution>
192192
<id>enforcer</id>
@@ -212,7 +212,7 @@
212212
<dependency>
213213
<groupId>org.codehaus.mojo</groupId>
214214
<artifactId>extra-enforcer-rules</artifactId>
215-
<version>1.3</version>
215+
<version>1.5.1</version>
216216
</dependency>
217217
</dependencies>
218218
</plugin>
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>org.apache.maven.plugins</groupId>
270270
<artifactId>maven-gpg-plugin</artifactId>
271-
<version>1.6</version>
271+
<version>3.0.1</version>
272272
<executions>
273273
<execution>
274274
<id>sign-artifacts</id>

qa-parent/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@
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>

0 commit comments

Comments
 (0)