Skip to content

Commit

Permalink
Merge pull request #184 from jetersen-cloud/fix/deps
Browse files Browse the repository at this point in the history
Bump bom-2.289.x from 1438.v6a_2c29d73f82 to 1500.ve4d05cd32975
  • Loading branch information
TobiX committed Jul 23, 2022
2 parents 2904de7 + 8c2c131 commit da124dd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<version>1438.v6a_2c29d73f82</version>
<version>1500.ve4d05cd32975</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -96,6 +96,12 @@
<artifactId>jenkins-test-harness-tools</artifactId>
<version>2.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand All @@ -111,6 +117,12 @@
<groupId>io.jenkins.configuration-as-code</groupId>
<artifactId>test-harness</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit da124dd

Please sign in to comment.