Skip to content

Commit

Permalink
Bump dependency versions (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
asimell authored May 23, 2022
1 parent 8c1f8da commit cb4e46d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<properties>
<jenkins.version>2.277.4</jenkins.version>
<structs.version>1.22</structs.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>
<junit.version>1.49</junit.version>
Expand Down Expand Up @@ -189,12 +189,12 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>2.3.19</version>
<version>2.6.1.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>symbol-annotation</artifactId>
<version>1.22</version>
<version>1.23</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -295,6 +295,10 @@
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
<repository>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/releases/</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit cb4e46d

Please sign in to comment.