File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/org/jenkinsci/plugins/workflow/libs Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6363 </pluginRepositories >
6464 <properties >
6565 <changelist >999999-SNAPSHOT</changelist >
66- <jenkins .version>2.361.4 </jenkins .version>
66+ <jenkins .version>2.414.3 </jenkins .version>
6767 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
6868 </properties >
6969 <dependencyManagement >
7070 <dependencies >
7171 <dependency >
7272 <groupId >io.jenkins.tools.bom</groupId >
73- <artifactId >bom-2.361 .x</artifactId >
74- <version >2102.v854b_fec19c92 </version >
73+ <artifactId >bom-2.414 .x</artifactId >
74+ <version >2705.vf5c48c31285b_ </version >
7575 <scope >import</scope >
7676 <type >pom</type >
7777 </dependency >
Original file line number Diff line number Diff line change 6060import edu .umd .cs .findbugs .annotations .CheckForNull ;
6161import edu .umd .cs .findbugs .annotations .NonNull ;
6262import groovy .lang .MissingPropertyException ;
63- import javax .inject .Inject ;
63+ import jakarta .inject .Inject ;
6464import jenkins .model .Jenkins ;
6565import jenkins .scm .impl .SingleSCMSource ;
6666import org .codehaus .groovy .control .MultipleCompilationErrorsException ;
Original file line number Diff line number Diff line change 2929import hudson .Util ;
3030import java .util .Map ;
3131import edu .umd .cs .findbugs .annotations .CheckForNull ;
32- import javax .inject .Inject ;
32+ import jakarta .inject .Inject ;
3333import org .jenkinsci .plugins .workflow .cps .CpsFlowExecution ;
3434import org .jenkinsci .plugins .workflow .flow .FlowExecution ;
3535import org .jenkinsci .plugins .workflow .steps .AbstractStepDescriptorImpl ;
You can’t perform that action at this time.
0 commit comments