Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #27 from varyvol/JENKINS-40901
[JENKINS-40901] Update plugin versions to avoid PCT issues.
  • Loading branch information
imod committed Jan 9, 2017
2 parents 376d47b + 868f990 commit 0d7b72d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>2.3.5</version>
<version>2.4.1</version>
<scope>test</scope>
<exclusions>
<exclusion> <!-- conflicts with used httpclient -->
Expand All @@ -167,6 +167,18 @@
<version>1.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>subversion</artifactId>
<version>2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>mailer</artifactId>
<version>1.16</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
Expand Down

0 comments on commit 0d7b72d

Please sign in to comment.