Skip to content

Commit

Permalink
Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.2.0 (
Browse files Browse the repository at this point in the history
#412)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrien Lecharpentier <[email protected]>
  • Loading branch information
dependabot[bot] and alecharp authored Jan 9, 2024
1 parent 7b9a8d6 commit d48b93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class ProbeContext {
private Map<String, String> pluginDocumentationLinks;
private Path scmFolderPath;

public ProbeContext(Plugin plugin, UpdateCenter updateCenter) throws IOException {
public ProbeContext(Plugin plugin, UpdateCenter updateCenter) {
this.plugin = plugin;
this.updateCenter = updateCenter;
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.3.6</version>
<version>4.8.2.0</version>
<configuration>
<excludeFilterFile>analytics/spotbugs-exclude.xml</excludeFilterFile>
<effort>Max</effort>
Expand Down

0 comments on commit d48b93e

Please sign in to comment.