Skip to content

Commit bcae9e4

Browse files
Update dependencies for qa-parent
1 parent 1095d13 commit bcae9e4

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
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>

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)