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 1c2b5a6 commit e578d32Copy full SHA for e578d32
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.jenkins-ci.plugins</groupId>
7
<artifactId>plugin</artifactId>
8
- <version>5.9</version>
+ <version>5.22</version>
9
<relativePath />
10
</parent>
11
@@ -53,6 +53,7 @@
53
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
54
<checkstyle.version>12.0.1</checkstyle.version>
55
<assertj.version>3.27.3</assertj.version>
56
+ <ban-junit4-imports.skip>false</ban-junit4-imports.skip>
57
</properties>
58
59
<dependencyManagement>
0 commit comments