Skip to content

Commit

Permalink
Merge pull request #161 from MarkEWaite/require-newer-core
Browse files Browse the repository at this point in the history
Require Jenkins 2.332.4 or newer
  • Loading branch information
MarkEWaite authored Nov 8, 2022
2 parents 733ad67 + babc00c commit 9a05b37
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
<spotbugs.failOnError>false</spotbugs.failOnError>
<spotbugs.excludeFilterFile>suppressed-spotbug-errors.xml</spotbugs.excludeFilterFile>
<java.level>8</java.level>
<jenkins.version>2.289.3</jenkins.version>
<jenkins.version>2.332.4</jenkins.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<version>1500.ve4d05cd32975</version>
<artifactId>bom-2.332.x</artifactId>
<version>1670.v7f165fc7a_079</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.14</version>
<version>4.4.15</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down Expand Up @@ -139,7 +139,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>email-ext</artifactId>
<version>2.69</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -159,7 +158,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>timestamper</artifactId>
<version>1.18</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -198,13 +196,12 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>claim</artifactId>
<version>2.18.2</version>
<version>495.v01a_c6fb_2b_a_7a</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>config-file-provider</artifactId>
<version>3.6.3</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 9a05b37

Please sign in to comment.