File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/test/java/org/jenkinsci/plugins/github_branch_source Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 <extension >
33 <groupId >io.jenkins.tools.incrementals</groupId >
44 <artifactId >git-changelist-maven-extension</artifactId >
5- <version >1.8 </version >
5+ <version >1.13 </version >
66 </extension >
77</extensions >
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.24 </version >
7+ <version >5.28 </version >
88 <relativePath />
99 </parent >
1010
Original file line number Diff line number Diff line change 3030import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
3131import static org .hamcrest .MatcherAssert .assertThat ;
3232import static org .hamcrest .Matchers .*;
33- import static org .junit .jupiter .api .Assertions .assertEquals ;
3433import static org .junit .jupiter .api .Assertions .assertDoesNotThrow ;
34+ import static org .junit .jupiter .api .Assertions .assertEquals ;
3535
3636import com .cloudbees .plugins .credentials .Credentials ;
3737import com .cloudbees .plugins .credentials .CredentialsScope ;
You can’t perform that action at this time.
0 commit comments