Skip to content

Commit 72eae63

Browse files
authored
Merge branch 'master' into activity_selection_improvement
2 parents b8026c9 + 7a5a9e3 commit 72eae63

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>com.puppycrawl.tools</groupId>
120120
<artifactId>checkstyle</artifactId>
121-
<version>10.18.1</version>
121+
<version>10.18.2</version>
122122
</dependency>
123123
</dependencies>
124124
</plugin>
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>com.mebigfatguy.fb-contrib</groupId>
135135
<artifactId>fb-contrib</artifactId>
136-
<version>7.6.4</version>
136+
<version>7.6.5</version>
137137
</plugin>
138138
<plugin>
139139
<groupId>com.h3xstream.findsecbugs</groupId>

spotbugs-exclude.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@
207207
<Match>
208208
<Bug pattern="SLS_SUSPICIOUS_LOOP_SEARCH" />
209209
</Match>
210+
<Match>
211+
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
212+
</Match>
210213
<!-- find-sec-bugs -->
211214
<Match>
212215
<Bug pattern="PREDICTABLE_RANDOM" />

0 commit comments

Comments
 (0)