Skip to content

Commit

Permalink
Require Jenkins 2.401.3 or newer
Browse files Browse the repository at this point in the history
The gson-api plugin has been added to the bom-2.401.x line. That will
allow the plugin to stop bundling the transitive dependency on the
gson-api jar file.  That reduces the size of the hpi file and avoids
duplicating the gson-api file in multiple locations inside Jenkins.

#1077 from
@jonesbusy inspired this pull request.
  • Loading branch information
MarkEWaite committed Dec 6, 2023
1 parent bfaf52f commit 2b8ce09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.401.3</jenkins.version>
<jgit.version>6.8.0.202311291450-r</jgit.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
Expand All @@ -75,8 +75,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<artifactId>bom-2.401.x</artifactId>
<version>2612.v3d6a_2128c0ef</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 2b8ce09

Please sign in to comment.