Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-45110] Small dependency bump so we do not need to use a depr…
…ecated sintax

Is small enough to no affect the plugin's baseline
  • Loading branch information
raul-arabaolaza committed Jun 23, 2017
1 parent 31b20bb commit 7934776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -97,7 +97,7 @@
<dependency> <!-- FilePathUtils -->
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
<version>2.1</version>
<version>2.15</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -115,7 +115,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
<version>2.10</version>
<version>2.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7934776

Please sign in to comment.