Skip to content

Commit 440166e

Browse files
authored
Require Jenkins 2.426.1 LTS or newer (#444)
1 parent a6e4b1d commit 440166e

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
@@ -14,7 +14,7 @@
1414
<properties>
1515
<gitHubRepo>jenkinsci/dark-theme-plugin</gitHubRepo>
1616
<changelist>9999999-SNAPSHOT</changelist>
17-
<jenkins.version>2.421</jenkins.version>
17+
<jenkins.version>2.426.1</jenkins.version>
1818
<tagNameFormat>@{project.version}</tagNameFormat>
1919
<useBeta>true</useBeta>
2020
<node.version>18.18.2</node.version>
@@ -26,7 +26,7 @@
2626
<dependencies>
2727
<dependency>
2828
<groupId>io.jenkins.tools.bom</groupId>
29-
<artifactId>bom-2.414.x</artifactId>
29+
<artifactId>bom-2.426.x</artifactId>
3030
<version>2675.v1515e14da_7a_6</version>
3131
<scope>import</scope>
3232
<type>pom</type>

0 commit comments

Comments
 (0)