From 775c9dfe0d812ed763519523c430cfc96ea16ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 07:03:30 +0000 Subject: [PATCH 1/2] Bump org.jenkins-ci.plugins:plugin from 5.9 to 5.28 Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.9 to 5.28. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-5.9...plugin-5.28) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-version: '5.28' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b30503c..f3f3687 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 5.9 + 5.28 ssh-steps ${revision}.${changelist} From e9c3d5afc044e972bb4e42a2c1dcce3bd56d5d80 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 29 Nov 2025 06:11:15 +0000 Subject: [PATCH 2/2] Test with Java 25 and Java 21 Java 25 released September 16, 2025. The Jenkins project wants to support Java 25 soon. Compile and test on ci.jenkins.io with Java 25 and Java 21. Intentionally continues to generate Java 17 byte code as configured by the plugin parent pom. Does not compile or test with Java 17 any longer because we have found no issues in the past that were specific to the Java 17 compiler. The plan is to drop support for Java 17 in the not too distant future so that the Jenkins project is only supporting two major Java versions at a time, Java 21 and Java 25. Updates to the most recent release of the Lombok project with its support for Java 25. Includes pull request: * https://github.com/jenkinsci/ssh-steps-plugin/pull/171 Testing done * Confirmed that automated tests pass with Java 25 --- Jenkinsfile | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8d3cd5a..9525b68 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,6 @@ buildPlugin( useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 21], - [platform: 'windows', jdk: 17], + [platform: 'linux', jdk: 25], + [platform: 'windows', jdk: 21], ]) diff --git a/pom.xml b/pom.xml index f3f3687..557097e 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ ${jenkins.baseline}.1 jenkinsci/${project.artifactId}-plugin 2.10.1 - 1.18.36 + 1.18.42 3.27.3