We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799ecbb commit f9081fcCopy full SHA for f9081fc
pom.xml
@@ -345,9 +345,9 @@
345
</executions>
346
</plugin>
347
<plugin>
348
- <groupId>com.github.hazendaz.spotbugs</groupId>
+ <groupId>com.github.spotbugs</groupId>
349
<artifactId>spotbugs-maven-plugin</artifactId>
350
- <version>3.1.0-RC4</version>
+ <version>3.1.1</version>
351
<dependencies>
352
<dependency>
353
<groupId>software.amazon.awssdk</groupId>
services/pom.xml
@@ -217,7 +217,7 @@
217
218
<!-- Disable spotbugs for service clients to speed up the build. -->
219
220
221
222
<configuration>
223
<skip>true</skip>
0 commit comments