|
37 | 37 | </developers> |
38 | 38 |
|
39 | 39 | <properties> |
40 | | - <jenkins.version>2.277.4</jenkins.version> |
| 40 | + <jenkins.version>2.289.1</jenkins.version> |
41 | 41 | <structs.version>1.23</structs.version> |
42 | 42 | <workflow-step-api.version>2.23</workflow-step-api.version> |
43 | 43 | <workflow-api.version>2.41</workflow-api.version> |
|
49 | 49 | <maven-git-code-format.version>1.25</maven-git-code-format.version> |
50 | 50 | <script-security.version>1.76</script-security.version> |
51 | 51 | <blueocean-rest-impl.version>1.25.0</blueocean-rest-impl.version> |
52 | | - <mailer.version>1.34</mailer.version> |
| 52 | + <mailer.version>408.vd726a_1130320</mailer.version> |
53 | 53 | <workflow-durable-task-step.version>2.13</workflow-durable-task-step.version> |
54 | 54 | <workflow-job.version>2.40</workflow-job.version> |
55 | 55 | <workflow-basic-steps.version>2.6</workflow-basic-steps.version> |
|
230 | 230 | <dependency> |
231 | 231 | <groupId>org.ow2.asm</groupId> |
232 | 232 | <artifactId>asm</artifactId> |
233 | | - <version>9.0</version> |
| 233 | + <version>9.1</version> |
234 | 234 | </dependency> |
235 | 235 | <dependency> |
236 | 236 | <groupId>org.ow2.asm</groupId> |
237 | 237 | <artifactId>asm-tree</artifactId> |
238 | | - <version>9.0</version> |
| 238 | + <version>9.1</version> |
239 | 239 | </dependency> |
240 | 240 | <dependency> |
241 | 241 | <groupId>org.ow2.asm</groupId> |
242 | 242 | <artifactId>asm-analysis</artifactId> |
243 | | - <version>9.0</version> |
| 243 | + <version>9.1</version> |
244 | 244 | </dependency> |
245 | 245 | <dependency> |
246 | 246 | <groupId>org.ow2.asm</groupId> |
247 | 247 | <artifactId>asm-util</artifactId> |
248 | | - <version>9.0</version> |
| 248 | + <version>9.1</version> |
| 249 | + </dependency> |
| 250 | + <dependency> |
| 251 | + <groupId>org.kohsuke</groupId> |
| 252 | + <artifactId>access-modifier-annotation</artifactId> |
| 253 | + <version>1.21</version> |
| 254 | + <scope>provided</scope> |
| 255 | + </dependency> |
| 256 | + <dependency> |
| 257 | + <groupId>org.jenkins-ci</groupId> |
| 258 | + <artifactId>annotation-indexer</artifactId> |
| 259 | + <version>1.14</version> |
| 260 | + </dependency> |
| 261 | + <dependency> |
| 262 | + <groupId>com.github.spotbugs</groupId> |
| 263 | + <artifactId>spotbugs-annotations</artifactId> |
| 264 | + <version>4.2.0</version> |
249 | 265 | </dependency> |
250 | 266 |
|
251 | 267 | </dependencies> |
|
0 commit comments