Skip to content

Commit 0ff2c06

Browse files
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](mebigfatguy/fb-contrib@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>
1 parent 6c24d27 commit 0ff2c06

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>com.mebigfatguy.fb-contrib</groupId>
130130
<artifactId>fb-contrib</artifactId>
131-
<version>7.6.12</version>
131+
<version>7.6.13</version>
132132
</plugin>
133133
<plugin>
134134
<groupId>com.h3xstream.findsecbugs</groupId>

spotbugs-exclude.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@
198198
<Match>
199199
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
200200
</Match>
201+
<Match>
202+
<Bug pattern="SPP_FIELD_COULD_BE_STATIC" />
203+
</Match>
201204
<!-- find-sec-bugs -->
202205
<Match>
203206
<Bug pattern="PREDICTABLE_RANDOM" />

0 commit comments

Comments
 (0)