Skip to content

Commit 9e7855b

Browse files
committed
⬆️ Update Jenkins baseline and BOM version
Bump the Jenkins baseline from 2.479 to 2.492 and update the BOM version accordingly to ensure compatibility with the latest dependencies. This change aligns the plugin with the recommended Jenkins development standards.
1 parent b9c3a0d commit 9e7855b

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
@@ -17,7 +17,7 @@
1717
<revision>2.1.0</revision>
1818
<changelist>M1</changelist>
1919
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
20-
<jenkins.baseline>2.479</jenkins.baseline>
20+
<jenkins.baseline>2.492</jenkins.baseline>
2121
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
2222
<lombok.version>1.18.38</lombok.version>
2323
</properties>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>io.jenkins.tools.bom</groupId>
7272
<artifactId>bom-${jenkins.baseline}.x</artifactId>
73-
<version>4710.v016f0a_07e34d</version>
73+
<version>4740.v75a_90f6fefb_7</version>
7474
<type>pom</type>
7575
<scope>import</scope>
7676
</dependency>

0 commit comments

Comments
 (0)