File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 118
118
<dependency >
119
119
<groupId >com.puppycrawl.tools</groupId >
120
120
<artifactId >checkstyle</artifactId >
121
- <version >10.18.1 </version >
121
+ <version >10.18.2 </version >
122
122
</dependency >
123
123
</dependencies >
124
124
</plugin >
133
133
<plugin >
134
134
<groupId >com.mebigfatguy.fb-contrib</groupId >
135
135
<artifactId >fb-contrib</artifactId >
136
- <version >7.6.4 </version >
136
+ <version >7.6.5 </version >
137
137
</plugin >
138
138
<plugin >
139
139
<groupId >com.h3xstream.findsecbugs</groupId >
Original file line number Diff line number Diff line change 207
207
<Match >
208
208
<Bug pattern =" SLS_SUSPICIOUS_LOOP_SEARCH" />
209
209
</Match >
210
+ <Match >
211
+ <Bug pattern =" BAS_BLOATED_ASSIGNMENT_SCOPE" />
212
+ </Match >
210
213
<!-- find-sec-bugs -->
211
214
<Match >
212
215
<Bug pattern =" PREDICTABLE_RANDOM" />
You can’t perform that action at this time.
0 commit comments