Skip to content

Commit 7a5a9e3

Browse files
Chore(deps): bump com.mebigfatguy.fb-contrib:fb-contrib from 7.6.4 to 7.6.5 (#5486)
* Chore(deps): bump com.mebigfatguy.fb-contrib:fb-contrib Bumps [com.mebigfatguy.fb-contrib:fb-contrib](https://github.com/mebigfatguy/fb-contrib) from 7.6.4 to 7.6.5. - [Commits](mebigfatguy/fb-contrib@v7.6.4...v7.6.5) --- updated-dependencies: - dependency-name: com.mebigfatguy.fb-contrib:fb-contrib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix: suppress `BAS_BLOATED_ASSIGNMENT_SCOPE` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vil02 <[email protected]>
1 parent 1cb874f commit 7a5a9e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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

+3
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)