Skip to content

Commit

Permalink
chore(deps): update dependency com.github.spotbugs:spotbugs-maven-plu…
Browse files Browse the repository at this point in the history
…gin to v4.9.1.0
  • Loading branch information
renovate[bot] authored Feb 25, 2025
1 parent 66c6a7f commit 6bb2947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.6</version>
<version>4.9.1.0</version>
<configuration>
<excludeFilterFile>spotbugs-exclusions.xml</excludeFilterFile>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.6</version>
<version>4.9.1.0</version>
<configuration>
<onlyAnalyze>dev.openfeature.contrib.-</onlyAnalyze>
</configuration>
Expand Down

0 comments on commit 6bb2947

Please sign in to comment.