|
24 | 24 | <inceptionYear>2007</inceptionYear> |
25 | 25 |
|
26 | 26 | <properties> |
27 | | - <revision>3.11.1</revision> |
| 27 | + <revision>3.12.0</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> |
|
92 | 92 | <dependency> |
93 | 93 | <groupId>org.jenkins-ci.plugins</groupId> |
94 | 94 | <artifactId>structs</artifactId> |
95 | | - <version>1.18</version> |
| 95 | + <version>1.19</version> |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | 98 | <groupId>org.jenkins-ci.plugins</groupId> |
|
102 | 102 | <dependency> |
103 | 103 | <groupId>org.jenkins-ci.plugins</groupId> |
104 | 104 | <artifactId>credentials</artifactId> |
105 | | - <version>2.1.14</version> |
| 105 | + <version>2.1.18</version> |
106 | 106 | </dependency> |
107 | 107 | <dependency> |
108 | 108 | <groupId>org.jenkins-ci.plugins</groupId> |
|
123 | 123 | <dependency> |
124 | 124 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
125 | 125 | <artifactId>workflow-step-api</artifactId> |
126 | | - <version>2.13</version> |
| 126 | + <version>2.20</version> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
130 | 130 | <artifactId>workflow-scm-step</artifactId> |
131 | | - <version>2.4</version> |
| 131 | + <version>2.7</version> |
132 | 132 | </dependency> |
133 | 133 | <dependency> |
134 | 134 | <groupId>org.jenkins-ci.plugins</groupId> |
|
212 | 212 | <dependency> |
213 | 213 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
214 | 214 | <artifactId>workflow-step-api</artifactId> |
215 | | - <version>2.13</version> |
| 215 | + <version>2.20</version> |
216 | 216 | <classifier>tests</classifier> |
217 | 217 | <scope>test</scope> |
218 | 218 | </dependency> |
|
226 | 226 | <dependency> |
227 | 227 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
228 | 228 | <artifactId>workflow-cps</artifactId> |
229 | | - <version>2.52</version> |
| 229 | + <version>2.71</version> |
230 | 230 | <scope>test</scope> |
231 | 231 | </dependency> |
232 | 232 | <dependency> |
|
256 | 256 | <dependency> |
257 | 257 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
258 | 258 | <artifactId>workflow-cps-global-lib</artifactId> |
259 | | - <version>2.10</version> |
| 259 | + <version>2.14</version> |
260 | 260 | <scope>test</scope> |
261 | 261 | <exclusions> |
262 | 262 | <exclusion> |
|
274 | 274 | <dependency> |
275 | 275 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
276 | 276 | <artifactId>workflow-api</artifactId> |
277 | | - <version>2.30</version> |
| 277 | + <version>2.33</version> |
278 | 278 | <scope>test</scope> |
279 | 279 | </dependency> |
280 | 280 | <dependency> |
281 | 281 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
282 | 282 | <artifactId>workflow-support</artifactId> |
283 | | - <version>3.1</version> |
| 283 | + <version>3.3</version> |
284 | 284 | <scope>test</scope> |
285 | 285 | </dependency> |
286 | 286 | <!-- JCasC compatibility --> |
|
0 commit comments