Skip to content

Commit b5fcdae

Browse files
chore: ban JUnit 4 imports (#369)
* Ban JUnit 4 imports * Bump parent
1 parent e1cb0a0 commit b5fcdae

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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>5.19</version>
7+
<version>5.21</version>
88
</parent>
99

1010
<artifactId>generic-webhook-trigger</artifactId>
@@ -61,6 +61,7 @@
6161
<violations.version>2.2.0</violations.version>
6262
<changelog>2.2.5</changelog>
6363
<spotless.check.skip>false</spotless.check.skip>
64+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
6465
</properties>
6566

6667
<dependencyManagement>

0 commit comments

Comments
 (0)