There was an error while loading. Please reload this page.
1 parent 7ebfb29 commit dd9e9b9Copy full SHA for dd9e9b9
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.jenkins-ci.plugins</groupId>
7
<artifactId>plugin</artifactId>
8
- <version>5.18</version>
+ <version>5.22</version>
9
<relativePath />
10
</parent>
11
@@ -39,6 +39,7 @@
39
<spotbugs.effort>Max</spotbugs.effort>
40
<spotbugs.failOnError>true</spotbugs.failOnError>
41
<spotbugs.threshold>Medium</spotbugs.threshold>
42
+ <ban-junit4-imports.skip>false</ban-junit4-imports.skip>
43
</properties>
44
45
<dependencyManagement>
0 commit comments