File tree Expand file tree Collapse file tree
main/java/hudson/plugins/throttleconcurrents
test/java/hudson/plugins/throttleconcurrents Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ THE SOFTWARE.
2727 <parent >
2828 <groupId >org.jenkins-ci.plugins</groupId >
2929 <artifactId >plugin</artifactId >
30- <version >5.2102.v5f5fe09fccf1 </version >
30+ <version >6.2116.v7501b_67dc517 </version >
3131 <relativePath />
3232 </parent >
3333
@@ -62,6 +62,7 @@ THE SOFTWARE.
6262 <spotless .check.skip>false</spotless .check.skip>
6363 <hpi .strictBundledArtifacts>true</hpi .strictBundledArtifacts>
6464 <ban-junit4-imports .skip>false</ban-junit4-imports .skip>
65+ <ban-commons-lang-2 .skip>false</ban-commons-lang-2 .skip>
6566 </properties >
6667
6768 <dependencyManagement >
@@ -77,6 +78,10 @@ THE SOFTWARE.
7778 </dependencyManagement >
7879
7980 <dependencies >
81+ <dependency >
82+ <groupId >io.jenkins.plugins</groupId >
83+ <artifactId >commons-lang3-api</artifactId >
84+ </dependency >
8085 <dependency >
8186 <groupId >org.jenkins-ci.plugins</groupId >
8287 <artifactId >matrix-project</artifactId >
Original file line number Diff line number Diff line change 3939import java .util .stream .Collectors ;
4040import jenkins .model .Jenkins ;
4141import net .sf .json .JSONObject ;
42- import org .apache .commons .lang .ArrayUtils ;
43- import org .apache .commons .lang .StringUtils ;
42+ import org .apache .commons .lang3 .ArrayUtils ;
43+ import org .apache .commons .lang3 .StringUtils ;
4444import org .jenkinsci .Symbol ;
4545import org .jenkinsci .plugins .workflow .flow .FlowExecution ;
4646import org .jenkinsci .plugins .workflow .flow .FlowExecutionOwner ;
Original file line number Diff line number Diff line change 1010import java .util .HashSet ;
1111import java .util .List ;
1212import java .util .Set ;
13- import org .apache .commons .lang .StringUtils ;
13+ import org .apache .commons .lang3 .StringUtils ;
1414import org .jenkinsci .plugins .workflow .graph .FlowNode ;
1515import org .jenkinsci .plugins .workflow .steps .BodyExecutionCallback ;
1616import org .jenkinsci .plugins .workflow .steps .StepContext ;
Original file line number Diff line number Diff line change 3030import java .util .Set ;
3131import java .util .concurrent .CopyOnWriteArrayList ;
3232import java .util .concurrent .Semaphore ;
33- import org .apache .commons .lang .StringUtils ;
33+ import org .apache .commons .lang3 .StringUtils ;
3434import org .jenkinsci .plugins .workflow .cps .CpsFlowDefinition ;
3535import org .jenkinsci .plugins .workflow .cps .SnippetizerTester ;
3636import org .jenkinsci .plugins .workflow .job .WorkflowJob ;
You can’t perform that action at this time.
0 commit comments