|
26 | 26 | <properties> |
27 | 27 | <revision>4.0.0-beta11</revision> |
28 | 28 | <changelist>-SNAPSHOT</changelist> |
29 | | - <jenkins.version>2.121.1</jenkins.version> |
| 29 | + <jenkins.version>2.138.4</jenkins.version> |
30 | 30 | <java.level>8</java.level> |
31 | 31 | <no-test-jar>false</no-test-jar> |
32 | 32 | <useBeta>true</useBeta> |
|
86 | 86 | <dependency> |
87 | 87 | <groupId>org.jenkins-ci.plugins</groupId> |
88 | 88 | <artifactId>structs</artifactId> |
89 | | - <version>1.18</version> |
| 89 | + <version>1.19</version> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
92 | 92 | <groupId>org.jenkins-ci.plugins</groupId> |
|
96 | 96 | <dependency> |
97 | 97 | <groupId>org.jenkins-ci.plugins</groupId> |
98 | 98 | <artifactId>credentials</artifactId> |
99 | | - <version>2.1.14</version> |
| 99 | + <version>2.1.18</version> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
102 | 102 | <groupId>org.jenkins-ci.plugins</groupId> |
|
111 | 111 | <dependency> |
112 | 112 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
113 | 113 | <artifactId>workflow-step-api</artifactId> |
114 | | - <version>2.19</version> |
| 114 | + <version>2.20</version> |
115 | 115 | </dependency> |
116 | 116 | <dependency> |
117 | 117 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
118 | 118 | <artifactId>workflow-scm-step</artifactId> |
119 | | - <version>2.4</version> |
| 119 | + <version>2.7</version> |
120 | 120 | </dependency> |
121 | 121 | <dependency> |
122 | 122 | <groupId>org.jenkins-ci.plugins</groupId> |
|
198 | 198 | <dependency> |
199 | 199 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
200 | 200 | <artifactId>workflow-step-api</artifactId> |
201 | | - <version>2.13</version> |
| 201 | + <version>2.20</version> |
202 | 202 | <classifier>tests</classifier> |
203 | 203 | <scope>test</scope> |
204 | 204 | </dependency> |
|
212 | 212 | <dependency> |
213 | 213 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
214 | 214 | <artifactId>workflow-cps</artifactId> |
215 | | - <version>2.52</version> |
| 215 | + <version>2.71</version> |
216 | 216 | <scope>test</scope> |
217 | 217 | </dependency> |
218 | 218 | <dependency> |
|
242 | 242 | <dependency> |
243 | 243 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
244 | 244 | <artifactId>workflow-cps-global-lib</artifactId> |
245 | | - <version>2.10</version> |
| 245 | + <version>2.14</version> |
246 | 246 | <scope>test</scope> |
247 | 247 | <exclusions> |
248 | 248 | <exclusion> |
|
281 | 281 | <dependency> |
282 | 282 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
283 | 283 | <artifactId>workflow-api</artifactId> |
284 | | - <version>2.30</version> |
| 284 | + <version>2.33</version> |
285 | 285 | <scope>test</scope> |
286 | 286 | </dependency> |
287 | 287 | <dependency> |
288 | 288 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
289 | 289 | <artifactId>workflow-support</artifactId> |
290 | | - <version>3.2</version> |
| 290 | + <version>3.3</version> |
291 | 291 | <scope>test</scope> |
292 | 292 | </dependency> |
293 | 293 | <!-- JCasC compatibility --> |
|
0 commit comments