chore(deps): bump com.mebigfatguy.fb-contrib:fb-contrib from 7.6.12 to 7.6.13 (#6477)

* 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.12 to 7.6.13.
- [Commits](https://github.com/mebigfatguy/fb-contrib/compare/v7.6.12...v7.6.13)

---
updated-dependencies:
- dependency-name: com.mebigfatguy.fb-contrib:fb-contrib
  dependency-version: 7.6.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: exclude `SPP_FIELD_COULD_BE_STATIC`

---------

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]
2025-08-19 21:24:04 +02:00
committed by GitHub
parent 6c24d27b03
commit 0ff2c06a47
2 changed files with 4 additions and 1 deletions

View File

@@ -128,7 +128,7 @@
<plugin>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
<version>7.6.12</version>
<version>7.6.13</version>
</plugin>
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>

View File

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