Skip to content

Commit f9081fc

Browse files
committed
Update SpotBugs plugin to a active repo
1 parent 799ecbb commit f9081fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@
345345
</executions>
346346
</plugin>
347347
<plugin>
348-
<groupId>com.github.hazendaz.spotbugs</groupId>
348+
<groupId>com.github.spotbugs</groupId>
349349
<artifactId>spotbugs-maven-plugin</artifactId>
350-
<version>3.1.0-RC4</version>
350+
<version>3.1.1</version>
351351
<dependencies>
352352
<dependency>
353353
<groupId>software.amazon.awssdk</groupId>

services/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217

218218
<!-- Disable spotbugs for service clients to speed up the build. -->
219219
<plugin>
220-
<groupId>com.github.hazendaz.spotbugs</groupId>
220+
<groupId>com.github.spotbugs</groupId>
221221
<artifactId>spotbugs-maven-plugin</artifactId>
222222
<configuration>
223223
<skip>true</skip>

0 commit comments

Comments
 (0)