mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 17:56:02 +08:00
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:
2
pom.xml
2
pom.xml
@ -133,7 +133,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.mebigfatguy.fb-contrib</groupId>
|
<groupId>com.mebigfatguy.fb-contrib</groupId>
|
||||||
<artifactId>fb-contrib</artifactId>
|
<artifactId>fb-contrib</artifactId>
|
||||||
<version>7.6.4</version>
|
<version>7.6.5</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.h3xstream.findsecbugs</groupId>
|
<groupId>com.h3xstream.findsecbugs</groupId>
|
||||||
|
@ -207,6 +207,9 @@
|
|||||||
<Match>
|
<Match>
|
||||||
<Bug pattern="SLS_SUSPICIOUS_LOOP_SEARCH" />
|
<Bug pattern="SLS_SUSPICIOUS_LOOP_SEARCH" />
|
||||||
</Match>
|
</Match>
|
||||||
|
<Match>
|
||||||
|
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
|
||||||
|
</Match>
|
||||||
<!-- find-sec-bugs -->
|
<!-- find-sec-bugs -->
|
||||||
<Match>
|
<Match>
|
||||||
<Bug pattern="PREDICTABLE_RANDOM" />
|
<Bug pattern="PREDICTABLE_RANDOM" />
|
||||||
|
Reference in New Issue
Block a user