From 07ae1df23eb9550a7c4621672a761c3e95374e48 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 31 Dec 2025 21:45:29 +0100 Subject: [PATCH] Support Java 25 Signed-off-by: Alexander Brandes --- .gitignore | 1 + .mvn/extensions.xml | 2 +- Jenkinsfile | 4 ++-- pom.xml | 8 ++++---- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5c0bcfd..d1846ae 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ target *.iws *.iml work +.idea diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 4e0774d..9440b18 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.8 + 1.13 diff --git a/Jenkinsfile b/Jenkinsfile index 243cfa2..347471d 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: 17], - [platform: 'windows', jdk: 17], + [platform: 'linux', jdk: 25], + [platform: 'windows', jdk: 21], ]) diff --git a/pom.xml b/pom.xml index 7295136..ced7d72 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 5.12 + 5.2102.v5f5fe09fccf1 @@ -36,7 +36,7 @@ jenkinsci/urltrigger-plugin 1.2 - 2.479 + 2.504 ${jenkins.baseline}.3 @@ -44,7 +44,7 @@ scm:git:https://github.com/${gitHubRepo}.git scm:git:git@github.com:${gitHubRepo}.git https://github.com/${gitHubRepo} - urltrigger-1.04 + ${scmTag} @@ -63,7 +63,7 @@ io.jenkins.tools.bom bom-${jenkins.baseline}.x - 4669.v0e99c712a_30e + 5804.v80587a_38d937 import pom