Skip to content

Commit

Permalink
bump integrations deps to avoid plugin loading conflict
Browse files Browse the repository at this point in the history
we really do need some kind of plugin load test 😢
  • Loading branch information
jetersen committed May 12, 2020
1 parent 0c73f4b commit 972e841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>config-file-provider</artifactId>
<version>3.4.1</version>
<version>3.6.3</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -267,7 +267,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>terraform</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<scope>test</scope>
<exclusions> <!-- Exclude Banned Dependency -->
<exclusion>
Expand Down

0 comments on commit 972e841

Please sign in to comment.