chore(deps): bump com.mebigfatguy.fb-contrib:fb-contrib from 7.6.15 to 7.7.0 (#7060)

* 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.15 to 7.7.0.
- [Commits](https://github.com/mebigfatguy/fb-contrib/commits/v7.7.0)

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

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

* fix: suppress new warnings

---------

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-11-11 13:03:51 +01:00
committed by GitHub
parent 2588af0205
commit 0a55165692
2 changed files with 7 additions and 1 deletions

View File

@@ -127,7 +127,7 @@
<plugin>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
<version>7.6.15</version>
<version>7.7.0</version>
</plugin>
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>

View File

@@ -201,6 +201,12 @@
<Match>
<Bug pattern="SPP_FIELD_COULD_BE_STATIC" />
</Match>
<Match>
<Bug pattern="ITC_INHERITANCE_TYPE_CHECKING" />
</Match>
<Match>
<Bug pattern="FII_USE_ARRAYS_STREAM" />
</Match>
<!-- find-sec-bugs -->
<Match>
<Bug pattern="PREDICTABLE_RANDOM" />