From 3fb2a45a1e8d6cd1bf5307c620e42032a936e499 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 31 Dec 2025 21:23:45 +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 09032da7..347471d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,6 @@ buildPlugin( forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests 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 dc331bde..d242c80f 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.jenkins-ci.plugins plugin - 5.8 + 5.2102.v5f5fe09fccf1 @@ -67,8 +67,8 @@ 999999-SNAPSHOT jenkinsci/google-kubernetes-engine-plugin - 2.479 - ${jenkins.baseline}.1 + 2.504 + ${jenkins.baseline}.3 1.25.0 1.42.2 572 @@ -82,7 +82,7 @@ io.jenkins.tools.bom bom-${jenkins.baseline}.x - 3944.v1a_e4f8b_452db_ + 5804.v80587a_38d937 pom import