File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
main/java/org/jenkinsci/plugins/workflow/steps
test/java/org/jenkinsci/plugins/workflow/steps Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6464 <properties >
6565 <changelist >999999-SNAPSHOT</changelist >
6666 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
67- <jenkins .version>2.387 .3</jenkins .version>
67+ <jenkins .version>2.414 .3</jenkins .version>
6868 <no-test-jar >false</no-test-jar >
6969 </properties >
7070 <dependencyManagement >
7171 <dependencies >
7272 <dependency >
7373 <groupId >io.jenkins.tools.bom</groupId >
74- <artifactId >bom-2.387 .x</artifactId >
75- <version >2465.va_e76ed7b_3061 </version >
74+ <artifactId >bom-2.414 .x</artifactId >
75+ <version >2705.vf5c48c31285b_ </version >
7676 <scope >import</scope >
7777 <type >pom</type >
7878 </dependency >
Original file line number Diff line number Diff line change 11package org .jenkinsci .plugins .workflow .steps ;
22
3- import javax .inject .Inject ;
3+ import jakarta .inject .Inject ;
44import java .lang .reflect .Field ;
55import java .lang .reflect .Method ;
66import java .util .Collections ;
Original file line number Diff line number Diff line change 44import jenkins .model .Jenkins ;
55
66import edu .umd .cs .findbugs .annotations .Nullable ;
7- import javax .inject .Inject ;
7+ import jakarta .inject .Inject ;
88
99/**
1010 * Partial convenient step implementation.
Original file line number Diff line number Diff line change 1414import java .util .logging .Logger ;
1515import edu .umd .cs .findbugs .annotations .CheckForNull ;
1616import edu .umd .cs .findbugs .annotations .NonNull ;
17- import javax .inject .Inject ;
17+ import jakarta .inject .Inject ;
1818import jenkins .model .queue .AsynchronousExecution ;
1919import jenkins .util .Timer ;
2020
Original file line number Diff line number Diff line change 1111import org .kohsuke .stapler .DataBoundConstructor ;
1212import org .kohsuke .stapler .DataBoundSetter ;
1313
14- import javax .inject .Inject ;
14+ import jakarta .inject .Inject ;
1515import java .util .HashMap ;
1616import java .util .Map ;
1717
You can’t perform that action at this time.
0 commit comments