SLING-9144 - Replace unmaintained findbugs plugin with spotbugs
diff --git a/pom.xml b/pom.xml
index 41b39d7..71a0f44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,9 +61,9 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>3.0.5</version>
+                <groupId>com.github.spotbugs</groupId>
+                <artifactId>spotbugs-maven-plugin</artifactId>
+                <version>3.1.12.2</version>
                 <configuration>
                     <effort>Max</effort>
                     <xmlOutput>true</xmlOutput>