Skip to content

Commit 4ad177e

Browse files
authored
Bump mailer plugin and all transitive dependencies (#53)
* Bump dependencies * Update mailer version
1 parent b18c093 commit 4ad177e

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

pom.xml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</developers>
3838

3939
<properties>
40-
<jenkins.version>2.277.4</jenkins.version>
40+
<jenkins.version>2.289.1</jenkins.version>
4141
<structs.version>1.23</structs.version>
4242
<workflow-step-api.version>2.23</workflow-step-api.version>
4343
<workflow-api.version>2.41</workflow-api.version>
@@ -49,7 +49,7 @@
4949
<maven-git-code-format.version>1.25</maven-git-code-format.version>
5050
<script-security.version>1.76</script-security.version>
5151
<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>
5353
<workflow-durable-task-step.version>2.13</workflow-durable-task-step.version>
5454
<workflow-job.version>2.40</workflow-job.version>
5555
<workflow-basic-steps.version>2.6</workflow-basic-steps.version>
@@ -230,22 +230,38 @@
230230
<dependency>
231231
<groupId>org.ow2.asm</groupId>
232232
<artifactId>asm</artifactId>
233-
<version>9.0</version>
233+
<version>9.1</version>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.ow2.asm</groupId>
237237
<artifactId>asm-tree</artifactId>
238-
<version>9.0</version>
238+
<version>9.1</version>
239239
</dependency>
240240
<dependency>
241241
<groupId>org.ow2.asm</groupId>
242242
<artifactId>asm-analysis</artifactId>
243-
<version>9.0</version>
243+
<version>9.1</version>
244244
</dependency>
245245
<dependency>
246246
<groupId>org.ow2.asm</groupId>
247247
<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>
249265
</dependency>
250266

251267
</dependencies>

0 commit comments

Comments
 (0)