Skip to content

Commit

Permalink
Bump com.github.spotbugs from 6.1.0 to 6.1.2 (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent 08059c9 commit da5b021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
id 'java-platform'
id 'com.diffplug.spotless' version '7.0.2'
id 'com.github.ben-manes.versions' version '0.52.0'
id 'com.github.spotbugs' version '6.1.0' apply false
id 'com.github.spotbugs' version '6.1.2' apply false
id 'com.google.osdetector' version '1.7.3'
id 'com.netflix.nebula.info' version '13.3.0' apply false
id 'com.netflix.nebula.maven-base-publish' version '21.1.0' apply false
Expand Down
1 change: 1 addition & 0 deletions spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<Match>
<Or>
<Class name="org.tweetwallfx.cache.CacheManagerProvider" />
<Class name="org.tweetwallfx.config.Configuration" />
<Class name="org.tweetwallfx.google.vision.GoogleVisionCache" />
</Or>
<Bug code="SECPTI" />
Expand Down

0 comments on commit da5b021

Please sign in to comment.