Skip to content

Commit

Permalink
Upgrade Job DSL to 1.82 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Apr 18, 2023
1 parent 12c726f commit b136d88
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>1607.va_c1576527071</version>
<version>1887.vda_d0ddb_c15c4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -86,15 +86,8 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>job-dsl</artifactId>
<version>1.76</version>
<version>1.82</version>
<scope>test</scope>
<exclusions>
<!-- Diverged from core version of Groovy -->
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit b136d88

Please sign in to comment.