We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb874f commit 7a5a9e3Copy full SHA for 7a5a9e3
pom.xml
@@ -133,7 +133,7 @@
133
<plugin>
134
<groupId>com.mebigfatguy.fb-contrib</groupId>
135
<artifactId>fb-contrib</artifactId>
136
- <version>7.6.4</version>
+ <version>7.6.5</version>
137
</plugin>
138
139
<groupId>com.h3xstream.findsecbugs</groupId>
spotbugs-exclude.xml
@@ -207,6 +207,9 @@
207
<Match>
208
<Bug pattern="SLS_SUSPICIOUS_LOOP_SEARCH" />
209
</Match>
210
+ <Match>
211
+ <Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
212
+ </Match>
213
<!-- find-sec-bugs -->
214
215
<Bug pattern="PREDICTABLE_RANDOM" />
0 commit comments