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](https://github.com/mebigfatguy/fb-contrib/compare/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] <support@github.com>

* fix: suppress `BAS_BLOATED_ASSIGNMENT_SCOPE`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vil02 <65706193+vil02@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-01 00:47:40 +02:00
committed by GitHub
parent 1cb874f764
commit 7a5a9e3bda
2 changed files with 4 additions and 1 deletions

View File

@ -133,7 +133,7 @@
<plugin>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
<version>7.6.4</version>
<version>7.6.5</version>
</plugin>
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>

View File

@ -207,6 +207,9 @@
<Match>
<Bug pattern="SLS_SUSPICIOUS_LOOP_SEARCH" />
</Match>
<Match>
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
</Match>
<!-- find-sec-bugs -->
<Match>
<Bug pattern="PREDICTABLE_RANDOM" />