We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39d3e7 commit a2e3977Copy full SHA for a2e3977
qa-parent/pom.xml
@@ -55,6 +55,7 @@
55
<failBuildOnCVSS>9</failBuildOnCVSS>
56
<!-- If set, owasp uses the proxy id in maven settings to download its db. -->
57
<mavenSettingsProxyId />
58
+ <!-- Disable analyzers -->
59
<!-- Disable retirejs analyzer -->
60
<retireJsAnalyzerEnabled>false</retireJsAnalyzerEnabled>
61
<!-- Disable swift analyzer -->
@@ -64,7 +65,7 @@
64
65
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
66
67
<!-- Versions -->
- <bt.junit.version>5.6.0</bt.junit.version>
68
+ <bt.junit.version>5.6.1</bt.junit.version>
69
<bt.jacoco.plugin.version>0.8.5</bt.jacoco.plugin.version>
70
<bt.surefire.plugin.version>2.22.2</bt.surefire.plugin.version>
71
<bt.checkstyle.plugin.version>3.1.1</bt.checkstyle.plugin.version>
0 commit comments