Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e78d53d

Browse files
dependabot[bot]DenizAltunkapanvil02
authored
chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.0 (#6498)
* chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.9.3.2 to 4.9.4.0. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.3.2...spotbugs-maven-plugin-4.9.4.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.9.4.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix: exclude `SF_SWITCH_FALLTHROUGH` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Deniz Altunkapan <93663085+DenizAltunkapan@users.noreply.github.com> Co-authored-by: vil02 <65706193+vil02@users.noreply.github.com>
1 parent c046075 commit e78d53d

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
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>com.github.spotbugs</groupId>
122122
<artifactId>spotbugs-maven-plugin</artifactId>
123-
<version>4.9.3.2</version>
123+
<version>4.9.4.0</version>
124124
<configuration>
125125
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
126126
<includeTests>true</includeTests>

‎spotbugs-exclude.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
<Match>
8787
<Bug pattern="AT_STALE_THREAD_WRITE_OF_PRIMITIVE" />
8888
</Match>
89+
<Match>
90+
<Bug pattern="SF_SWITCH_FALLTHROUGH" />
91+
</Match>
8992
<!-- fb-contrib -->
9093
<Match>
9194
<Bug pattern="LSC_LITERAL_STRING_COMPARISON" />

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /