We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345e2cf commit 4b26716Copy full SHA for 4b26716
src/main/resources/archetype-resources/pom.xml
@@ -10,7 +10,7 @@
10
<maven.compiler.target>1.8</maven.compiler.target>
11
<maven.compiler.source>1.8</maven.compiler.source>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
- <spotBugsVersion>4.0.0</spotBugsVersion>
+ <spotBugsVersion>4.9.0</spotBugsVersion>
14
</properties>
15
16
<description>My SpotBugs plugin project</description>
0 commit comments