|
3 | 3 | <parent> |
4 | 4 | <groupId>org.jenkins-ci.plugins</groupId> |
5 | 5 | <artifactId>plugin</artifactId> |
6 | | - <version>3.48</version> |
| 6 | + <version>3.49</version> |
7 | 7 | <relativePath /> |
8 | 8 | </parent> |
9 | 9 |
|
|
32 | 32 | <useBeta>true</useBeta> |
33 | 33 | <concurrency>1C</concurrency> |
34 | 34 | <scm-api-plugin.version>2.6.3</scm-api-plugin.version> |
35 | | - <jcasc.version>1.27</jcasc.version> |
| 35 | + <jcasc.version>1.29</jcasc.version> |
36 | 36 | <maven.checkstyle.plugin.version>3.1.0</maven.checkstyle.plugin.version> |
37 | 37 | <maven.checkstyle.version>8.23</maven.checkstyle.version> |
38 | 38 | </properties> |
|
133 | 133 | <dependency> |
134 | 134 | <groupId>org.jenkins-ci.plugins</groupId> |
135 | 135 | <artifactId>junit</artifactId> |
136 | | - <version>1.27</version> |
137 | 136 | <scope>test</scope> |
138 | 137 | </dependency> |
139 | 138 | <dependency> |
140 | 139 | <groupId>org.jenkins-ci.plugins</groupId> |
141 | 140 | <artifactId>script-security</artifactId> |
142 | | - <version>1.62</version> |
143 | 141 | <scope>test</scope> |
144 | 142 | </dependency> |
145 | 143 | <dependency> |
|
156 | 154 | <dependency> |
157 | 155 | <groupId>org.jenkins-ci.plugins</groupId> |
158 | 156 | <artifactId>apache-httpcomponents-client-4-api</artifactId> |
159 | | - <version>4.5.5-3.0</version> |
160 | 157 | <scope>test</scope> |
161 | 158 | </dependency> |
162 | 159 |
|
|
198 | 195 | <dependency> |
199 | 196 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
200 | 197 | <artifactId>workflow-step-api</artifactId> |
201 | | - <version>2.20</version> |
202 | 198 | <classifier>tests</classifier> |
203 | 199 | <scope>test</scope> |
204 | 200 | </dependency> |
|
212 | 208 | <dependency> |
213 | 209 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
214 | 210 | <artifactId>workflow-cps</artifactId> |
215 | | - <version>2.71</version> |
216 | 211 | <scope>test</scope> |
217 | 212 | </dependency> |
218 | 213 | <dependency> |
219 | 214 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
220 | 215 | <artifactId>workflow-job</artifactId> |
221 | | - <version>2.21</version> |
222 | 216 | <scope>test</scope> |
223 | 217 | </dependency> |
224 | 218 | <dependency> |
225 | 219 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
226 | 220 | <artifactId>workflow-basic-steps</artifactId> |
227 | | - <version>2.7</version> |
228 | 221 | <scope>test</scope> |
229 | 222 | </dependency> |
230 | 223 | <dependency> |
231 | 224 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
232 | 225 | <artifactId>workflow-durable-task-step</artifactId> |
233 | | - <version>2.20</version> |
234 | 226 | <scope>test</scope> |
235 | 227 | </dependency> |
236 | 228 | <dependency> |
|
281 | 273 | <dependency> |
282 | 274 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
283 | 275 | <artifactId>workflow-api</artifactId> |
284 | | - <version>2.33</version> |
285 | 276 | <scope>test</scope> |
286 | 277 | </dependency> |
287 | 278 | <dependency> |
288 | 279 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
289 | 280 | <artifactId>workflow-support</artifactId> |
290 | | - <version>3.3</version> |
291 | 281 | <scope>test</scope> |
292 | 282 | </dependency> |
293 | 283 | <!-- JCasC compatibility --> |
|
306 | 296 | </dependency> |
307 | 297 | </dependencies> |
308 | 298 |
|
| 299 | + <dependencyManagement> |
| 300 | + <dependencies> |
| 301 | + <dependency> |
| 302 | + <groupId>io.jenkins.tools.bom</groupId> |
| 303 | + <artifactId>bom</artifactId> |
| 304 | + <version>2.138.1</version> |
| 305 | + <scope>import</scope> |
| 306 | + <type>pom</type> |
| 307 | + </dependency> |
| 308 | + </dependencies> |
| 309 | + </dependencyManagement> |
| 310 | + |
309 | 311 | <scm> |
310 | 312 | <connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection> |
311 | 313 | < developerConnection>scm:git: [email protected]:jenkinsci/ ${project.artifactId}-plugin.git</ developerConnection> |
|
0 commit comments