Skip to content

Commit 84104f4

Browse files
authored
Require Jenkins 2.528.3 or newer (#658)
Core security advisories have been issued for versions before 2.528.3 and "Choosing a Jenkins version to build against" recommends 2.528.3 as the minimum version. Testing done: * Confirmed that automated tests pass on Linux with Java 21
1 parent cbcdf58 commit 84104f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<gitHubRepo>jenkinsci/priority-sorter-plugin</gitHubRepo>
3636
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
3737
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
38-
<jenkins.baseline>2.504</jenkins.baseline>
38+
<jenkins.baseline>2.528</jenkins.baseline>
3939
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
4040
<spotbugs.effort>Max</spotbugs.effort>
4141
<spotbugs.threshold>Low</spotbugs.threshold>

0 commit comments

Comments
 (0)