diff --git a/core/src/main/java/io/jenkins/pluginhealth/scoring/probes/ProbeContext.java b/core/src/main/java/io/jenkins/pluginhealth/scoring/probes/ProbeContext.java index a3aa7a575..d25edb028 100644 --- a/core/src/main/java/io/jenkins/pluginhealth/scoring/probes/ProbeContext.java +++ b/core/src/main/java/io/jenkins/pluginhealth/scoring/probes/ProbeContext.java @@ -56,7 +56,7 @@ public class ProbeContext { private Map pluginDocumentationLinks; private Path scmFolderPath; - public ProbeContext(Plugin plugin, UpdateCenter updateCenter) throws IOException { + public ProbeContext(Plugin plugin, UpdateCenter updateCenter) { this.plugin = plugin; this.updateCenter = updateCenter; } diff --git a/pom.xml b/pom.xml index 43287241e..710399b14 100644 --- a/pom.xml +++ b/pom.xml @@ -235,7 +235,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.3.6 + 4.8.2.0 analytics/spotbugs-exclude.xml Max