From 2b8ce0939799bf244e226de6c75368665254edaf Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 6 Dec 2023 12:33:48 -0700 Subject: [PATCH] Require Jenkins 2.401.3 or newer 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. https://github.com/jenkinsci/git-client-plugin/pull/1077 from @jonesbusy inspired this pull request. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 30f0277e0d..47f91ecd16 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ -Dfile.encoding=${project.build.sourceEncoding} jenkinsci/${project.artifactId}-plugin - 2.387.3 + 2.401.3 6.8.0.202311291450-r Max Low @@ -75,8 +75,8 @@ io.jenkins.tools.bom - bom-2.387.x - 2543.vfb_1a_5fb_9496d + bom-2.401.x + 2612.v3d6a_2128c0ef pom import