File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Measurement protocol to collect usage information from a Java application.
99
99
<org .jacoco.version>0.8.7</org .jacoco.version>
100
100
<org .junit.bom.version>5.7.0-M1</org .junit.bom.version>
101
101
<pmd .version>6.26.0</pmd .version>
102
- <spotbugs .version>4.0.4 </spotbugs .version>
102
+ <spotbugs .version>4.6.0.0 </spotbugs .version>
103
103
<!-- Maven plugins -->
104
104
<build-helper-maven-plugin .version>3.2.0</build-helper-maven-plugin .version>
105
105
<formatter-maven-plugin .version>2.12.1</formatter-maven-plugin .version>
Original file line number Diff line number Diff line change 36
36
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
37
37
xsi : schemaLocation =" https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd" >
38
38
39
+ <Match >
40
+ <!-- False positive introduced in v4.6.0.0. The returned object is thread safe. -->
41
+ <Class name =" uk.ac.sussex.gdsc.analytics.parameters.CacheBusterParameter" />
42
+ <Method name =" getDefaultInstance" />
43
+ <BugPattern name =" MS_EXPOSE_REP" />
44
+ </Match >
45
+
39
46
</FindBugsFilter >
You can’t perform that action at this time.
0 commit comments