From 030cf26b32f7c40cb6e709377a253a2857d2bf4e Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 31 Dec 2025 21:22:24 +0100 Subject: [PATCH] Support Java 25 Signed-off-by: Alexander Brandes --- .mvn/extensions.xml | 2 +- Jenkinsfile | 4 ++-- pom.xml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 1f363640..9440b180 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.7 + 1.13 diff --git a/Jenkinsfile b/Jenkinsfile index 8d889691..1a574391 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, forkCount: '1C', 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 b787d4d0..a2fa7e1a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.jenkins-ci.plugins plugin - 5.7 + 5.2102.v5f5fe09fccf1 @@ -65,8 +65,8 @@ 1 999999-SNAPSHOT - 2.479 - ${jenkins.baseline}.1 + 2.504 + ${jenkins.baseline}.3 jenkinsci/${project.artifactId} 1.5.0 1.35.2 @@ -85,7 +85,7 @@ io.jenkins.tools.bom bom-${jenkins.baseline}.x - 3944.v1a_e4f8b_452db_ + 5804.v80587a_38d937 pom import