|
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> |
|
144 | 144 | <dependency> |
145 | 145 | <groupId>org.jenkins-ci.plugins</groupId> |
146 | 146 | <artifactId>junit</artifactId> |
147 | | - <version>1.27</version> |
148 | 147 | <scope>test</scope> |
149 | 148 | </dependency> |
150 | 149 | <dependency> |
151 | 150 | <groupId>org.jenkins-ci.plugins</groupId> |
152 | 151 | <artifactId>script-security</artifactId> |
153 | | - <version>1.62</version> |
154 | 152 | <scope>test</scope> |
155 | 153 | </dependency> |
156 | 154 | <dependency> |
|
167 | 165 | <dependency> |
168 | 166 | <groupId>org.jenkins-ci.plugins</groupId> |
169 | 167 | <artifactId>apache-httpcomponents-client-4-api</artifactId> |
170 | | - <version>4.5.5-3.0</version> |
171 | 168 | <scope>test</scope> |
172 | 169 | </dependency> |
173 | 170 |
|
|
212 | 209 | <dependency> |
213 | 210 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
214 | 211 | <artifactId>workflow-step-api</artifactId> |
215 | | - <version>2.20</version> |
216 | 212 | <classifier>tests</classifier> |
217 | 213 | <scope>test</scope> |
218 | 214 | </dependency> |
|
226 | 222 | <dependency> |
227 | 223 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
228 | 224 | <artifactId>workflow-cps</artifactId> |
229 | | - <version>2.71</version> |
230 | 225 | <scope>test</scope> |
231 | 226 | </dependency> |
232 | 227 | <dependency> |
233 | 228 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
234 | 229 | <artifactId>workflow-job</artifactId> |
235 | | - <version>2.21</version> |
236 | 230 | <scope>test</scope> |
237 | 231 | </dependency> |
238 | 232 | <dependency> |
239 | 233 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
240 | 234 | <artifactId>workflow-basic-steps</artifactId> |
241 | | - <version>2.7</version> |
242 | 235 | <scope>test</scope> |
243 | 236 | </dependency> |
244 | 237 | <dependency> |
245 | 238 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
246 | 239 | <artifactId>workflow-durable-task-step</artifactId> |
247 | | - <version>2.20</version> |
248 | 240 | <scope>test</scope> |
249 | 241 | </dependency> |
250 | 242 | <dependency> |
|
274 | 266 | <dependency> |
275 | 267 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
276 | 268 | <artifactId>workflow-api</artifactId> |
277 | | - <version>2.33</version> |
278 | 269 | <scope>test</scope> |
279 | 270 | </dependency> |
280 | 271 | <dependency> |
281 | 272 | <groupId>org.jenkins-ci.plugins.workflow</groupId> |
282 | 273 | <artifactId>workflow-support</artifactId> |
283 | | - <version>3.3</version> |
284 | 274 | <scope>test</scope> |
285 | 275 | </dependency> |
286 | 276 | <!-- JCasC compatibility --> |
|
299 | 289 | </dependency> |
300 | 290 | </dependencies> |
301 | 291 |
|
| 292 | + <dependencyManagement> |
| 293 | + <dependencies> |
| 294 | + <dependency> |
| 295 | + <groupId>io.jenkins.tools.bom</groupId> |
| 296 | + <artifactId>bom</artifactId> |
| 297 | + <version>2.138.1</version> |
| 298 | + <scope>import</scope> |
| 299 | + <type>pom</type> |
| 300 | + </dependency> |
| 301 | + </dependencies> |
| 302 | + </dependencyManagement> |
| 303 | + |
302 | 304 | <scm> |
303 | 305 | <connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection> |
304 | 306 | < developerConnection>scm:git: [email protected]:jenkinsci/ ${project.artifactId}-plugin.git</ developerConnection> |
|
0 commit comments