Skip to content

Commit bab9621

Browse files
Require Jenkins 2.426.1 instead of 2.426 (jenkinsci#233)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b16722f commit bab9621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<properties>
5858
<changelist>999999-SNAPSHOT</changelist>
59-
<jenkins.version>2.426</jenkins.version>
59+
<jenkins.version>2.426.1</jenkins.version>
6060
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6161
<no-test-jar>false</no-test-jar>
6262
<hpi.compatibleSinceVersion>2.0.0</hpi.compatibleSinceVersion>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>io.jenkins.tools.bom</groupId>
8282
<artifactId>bom-2.426.x</artifactId>
83-
<version>2555.v3190a_8a_c60c6</version>
83+
<version>2612.v3d6a_2128c0ef</version>
8484
<scope>import</scope>
8585
<type>pom</type>
8686
</dependency>

0 commit comments

Comments
 (0)