Skip to content

Commit

Permalink
Bump mailer plugin and all transitive dependencies (#53)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Update mailer version
  • Loading branch information
asimell committed Sep 20, 2022
1 parent b18c093 commit 4ad177e
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</developers>

<properties>
<jenkins.version>2.277.4</jenkins.version>
<jenkins.version>2.289.1</jenkins.version>
<structs.version>1.23</structs.version>
<workflow-step-api.version>2.23</workflow-step-api.version>
<workflow-api.version>2.41</workflow-api.version>
Expand All @@ -49,7 +49,7 @@
<maven-git-code-format.version>1.25</maven-git-code-format.version>
<script-security.version>1.76</script-security.version>
<blueocean-rest-impl.version>1.25.0</blueocean-rest-impl.version>
<mailer.version>1.34</mailer.version>
<mailer.version>408.vd726a_1130320</mailer.version>
<workflow-durable-task-step.version>2.13</workflow-durable-task-step.version>
<workflow-job.version>2.40</workflow-job.version>
<workflow-basic-steps.version>2.6</workflow-basic-steps.version>
Expand Down Expand Up @@ -230,22 +230,38 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.0</version>
<version>9.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.0</version>
<version>9.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>9.0</version>
<version>9.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>9.0</version>
<version>9.1</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-annotation</artifactId>
<version>1.21</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
<version>1.14</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.2.0</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 4ad177e

Please sign in to comment.