From 443ad0b127c4d0fe94bc5ed28cbc628b8d1a57e0 Mon Sep 17 00:00:00 2001 From: Steve Hill <sghill.code@outlook.com> Date: Thu, 1 Aug 2024 06:37:03 +0000 Subject: [PATCH] Modernize to Jenkins 2.440.3 Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePlugin?organizationId=OGNmNDQwZGEtMzJkNC00Y2RhLTk1MTctNmMyYjBjM2VlMzY0 Co-authored-by: Moderne <team@moderne.io> --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 792ecb3..b66e5e0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.jenkins-ci.plugins</groupId> <artifactId>plugin</artifactId> - <version>4.85</version> + <version>4.86</version> <relativePath /> </parent> <packaging>hpi</packaging> @@ -11,7 +11,7 @@ <revision>1</revision> <changelist>999999-SNAPSHOT</changelist> <!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. --> - <jenkins.version>2.426.3</jenkins.version> + <jenkins.version>2.440.3</jenkins.version> <hpi.compatibleSinceVersion>1.9</hpi.compatibleSinceVersion> </properties> <artifactId>stashNotifier</artifactId> @@ -80,8 +80,8 @@ <dependencies> <dependency> <groupId>io.jenkins.tools.bom</groupId> - <artifactId>bom-2.426.x</artifactId> - <version>3193.v330d8248d39e</version> + <artifactId>bom-2.440.x</artifactId> + <version>3221.ve8f7b_fdd149d</version> <scope>import</scope> <type>pom</type> </dependency>