Skip to content

Commit dd9e9b9

Browse files
Ban JUnit 4 imports (#125)
1 parent 7ebfb29 commit dd9e9b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.18</version>
8+
<version>5.22</version>
99
<relativePath />
1010
</parent>
1111

@@ -39,6 +39,7 @@
3939
<spotbugs.effort>Max</spotbugs.effort>
4040
<spotbugs.failOnError>true</spotbugs.failOnError>
4141
<spotbugs.threshold>Medium</spotbugs.threshold>
42+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
4243
</properties>
4344

4445
<dependencyManagement>

0 commit comments

Comments
 (0)