Skip to content

Commit f3445d7

Browse files
authored
Merge pull request #95 from jonesbusy/feature/junit5-migration
Junit 5 migration
2 parents 1828734 + d2874ca commit f3445d7

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.22</version>
88
<relativePath />
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>
@@ -34,6 +34,7 @@
3434
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3535
<spotless.check.skip>false</spotless.check.skip>
3636
<json-smart.version>2.5.2</json-smart.version>
37+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
3738
</properties>
3839

3940
<dependencyManagement>

0 commit comments

Comments
 (0)