Skip to content

Commit 4cafc10

Browse files
feat: Upgrade Jenkins version to 2.516.1
This change upgrades the Jenkins version to the latest stable LTS release, 2.516.1. The Jenkins baseline in the pom.xml has been updated to 2.516 and the corresponding BOM version has been updated to 5085.v05cc65a_936d3.
1 parent 36a396c commit 4cafc10

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
@@ -13,7 +13,7 @@
1313
<changelist>999999-SNAPSHOT</changelist>
1414
<gitHubRepo>jenkinsci/nested-data-reporting-plugin</gitHubRepo>
1515
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
16-
<jenkins.baseline>2.504</jenkins.baseline>
16+
<jenkins.baseline>2.516</jenkins.baseline>
1717
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
1818
<jackson-dataformat.version>2.18.3</jackson-dataformat.version>
1919
</properties>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>io.jenkins.tools.bom</groupId>
7070
<artifactId>bom-${jenkins.baseline}.x</artifactId>
71-
<version>5054.v620b_5d2b_d5e6</version>
71+
<version>5085.v05cc65a_936d3</version>
7272
<scope>import</scope>
7373
<type>pom</type>
7474
</dependency>

0 commit comments

Comments
 (0)