Skip to content

Commit

Permalink
[JENKINS-51312] upgrade core to 2.60.1
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <olamy@apache.org>
  • Loading branch information
olamy committed May 16, 2018
1 parent 88d4dec commit cf48148
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Expand Up @@ -16,15 +16,15 @@
<url>https://wiki.jenkins-ci.org/display/JENKINS/JIRA+Plugin</url>

<properties>
<java.level>7</java.level>
<java.level>8</java.level>
<mockito.version>1.10.19</mockito.version>
<powermock.version>1.6.3</powermock.version>
<jira-rest-client.version>4.0.0</jira-rest-client.version>
<fugue.version>2.6.1</fugue.version>
<workflow.version>2.0</workflow.version>

<!-- jenkins -->
<jenkins.version>1.642.3</jenkins.version>
<jenkins.version>2.60.1</jenkins.version>

<!-- security -->
<owasp.version>1.3.1</owasp.version>
Expand Down Expand Up @@ -388,7 +388,13 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>structs</artifactId>
<version>1.4</version>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>2.1.14</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit cf48148

Please sign in to comment.