|
31 | 31 | <properties> |
32 | 32 | <revision>1.22</revision> |
33 | 33 | <changelist>-SNAPSHOT</changelist> |
34 | | - <jenkins.version>2.60.3</jenkins.version> |
| 34 | + <jenkins.version>2.150.1</jenkins.version> |
35 | 35 | <java.level>8</java.level> |
36 | | - <workflow-step-api-plugin.version>2.18</workflow-step-api-plugin.version> |
37 | | - <workflow-support-plugin.version>2.12</workflow-support-plugin.version> |
38 | | - <workflow-cps-plugin.version>2.25</workflow-cps-plugin.version> |
| 36 | + <workflow-step-api-plugin.version>2.19</workflow-step-api-plugin.version> |
| 37 | + <workflow-support-plugin.version>3.3</workflow-support-plugin.version> |
| 38 | + <workflow-cps-plugin.version>2.67</workflow-cps-plugin.version> |
39 | 39 | </properties> |
40 | 40 | <repositories> |
41 | 41 | <repository> |
|
53 | 53 | <dependency> |
54 | 54 | <groupId>org.jenkins-ci.plugins</groupId> |
55 | 55 | <artifactId>docker-commons</artifactId> |
56 | | - <version>1.14</version> |
| 56 | + <version>1.15</version> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
|
63 | 63 | <dependency> |
64 | 64 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
65 | 65 | <artifactId>workflow-durable-task-step</artifactId> |
66 | | - <version>2.8</version> |
| 66 | + <version>2.30</version> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
|
73 | 73 | <dependency> |
74 | 74 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
75 | 75 | <artifactId>workflow-api</artifactId> |
76 | | - <version>2.8</version> |
| 76 | + <version>2.33</version> |
77 | 77 | </dependency> |
78 | 78 | <dependency> |
79 | 79 | <groupId>org.jenkins-ci.plugins</groupId> |
80 | 80 | <artifactId>script-security</artifactId> |
81 | | - <version>1.25</version> |
| 81 | + <version>1.58</version> |
82 | 82 | </dependency> |
83 | 83 | <dependency> |
84 | 84 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
|
120 | 120 | <dependency> |
121 | 121 | <groupId>org.jenkins-ci.plugins</groupId> |
122 | 122 | <artifactId>credentials-binding</artifactId> |
123 | | - <version>1.12</version> |
| 123 | + <version>1.18</version> |
124 | 124 | <scope>test</scope> |
125 | 125 | </dependency> |
126 | 126 | <dependency> |
|
0 commit comments