File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/test/java/io/jenkins/plugins Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 >
3333 <jenkins .version>${jenkins.baseline} .3</jenkins .version>
3434 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
3535 <spotless .check.skip>false</spotless .check.skip>
36+ <ban-junit4-imports .skip>false</ban-junit4-imports .skip>
3637 </properties >
3738
3839 <dependencyManagement >
Original file line number Diff line number Diff line change 11package io .jenkins .plugins ;
22
3- import static org .junit .Assert .assertEquals ;
4- import static org .junit .Assert .assertTrue ;
3+ import static org .junit .jupiter . api . Assertions .assertEquals ;
4+ import static org .junit .jupiter . api . Assertions .assertTrue ;
55
66import java .util .Arrays ;
77import org .json .JSONArray ;
You can’t perform that action at this time.
0 commit comments