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 63
63
</pluginRepositories >
64
64
<properties >
65
65
<changelist >999999-SNAPSHOT</changelist >
66
- <jenkins .version>2.361.4 </jenkins .version>
66
+ <jenkins .version>2.414.3 </jenkins .version>
67
67
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
68
68
</properties >
69
69
<dependencyManagement >
70
70
<dependencies >
71
71
<dependency >
72
72
<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 >
75
75
<scope >import</scope >
76
76
<type >pom</type >
77
77
</dependency >
Original file line number Diff line number Diff line change 60
60
import edu .umd .cs .findbugs .annotations .CheckForNull ;
61
61
import edu .umd .cs .findbugs .annotations .NonNull ;
62
62
import groovy .lang .MissingPropertyException ;
63
- import javax .inject .Inject ;
63
+ import jakarta .inject .Inject ;
64
64
import jenkins .model .Jenkins ;
65
65
import jenkins .scm .impl .SingleSCMSource ;
66
66
import org .codehaus .groovy .control .MultipleCompilationErrorsException ;
Original file line number Diff line number Diff line change 29
29
import hudson .Util ;
30
30
import java .util .Map ;
31
31
import edu .umd .cs .findbugs .annotations .CheckForNull ;
32
- import javax .inject .Inject ;
32
+ import jakarta .inject .Inject ;
33
33
import org .jenkinsci .plugins .workflow .cps .CpsFlowExecution ;
34
34
import org .jenkinsci .plugins .workflow .flow .FlowExecution ;
35
35
import org .jenkinsci .plugins .workflow .steps .AbstractStepDescriptorImpl ;
You can’t perform that action at this time.
0 commit comments