File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/test/java/org/jenkinsci/plugins/docker/commons/credentials Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.jenkins-ci.plugins</groupId >
77 <artifactId >plugin</artifactId >
8- <version >4.55 </version >
8+ <version >4.67 </version >
99 <relativePath />
1010 </parent >
1111
3333 <properties >
3434 <changelist >999999-SNAPSHOT</changelist >
3535 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
36- <jenkins .version>2.361.4 </jenkins .version>
36+ <jenkins .version>2.387.3 </jenkins .version>
3737 </properties >
3838
3939 <repositories >
155155 <dependencies >
156156 <dependency >
157157 <groupId >io.jenkins.tools.bom</groupId >
158- <artifactId >bom-2.361 .x</artifactId >
159- <version >1886.va_11c9f461054 </version >
158+ <artifactId >bom-2.387 .x</artifactId >
159+ <version >2163.v2d916d90c305 </version >
160160 <scope >import</scope >
161161 <type >pom</type >
162162 </dependency >
Original file line number Diff line number Diff line change 3131import com .cloudbees .plugins .credentials .common .IdCredentials ;
3232import com .cloudbees .plugins .credentials .domains .Domain ;
3333import com .cloudbees .plugins .credentials .domains .DomainSpecification ;
34- import com . gargoylesoftware .htmlunit .html .HtmlElement ;
35- import com . gargoylesoftware .htmlunit .html .HtmlForm ;
34+ import org .htmlunit .html .HtmlElement ;
35+ import org .htmlunit .html .HtmlForm ;
3636import hudson .security .ACL ;
3737import hudson .util .Secret ;
3838import org .junit .Rule ;
You can’t perform that action at this time.
0 commit comments