From 92bbd899c194cb71c0104e6ffb5d59746a03021b Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 31 Dec 2025 22:10:20 +0100 Subject: [PATCH 1/2] 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 4e0774d51..9440b1807 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 739042f72..0ef6cbfd0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ 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 9f40380f3..f368334c5 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 5.28 + 5.2102.v5f5fe09fccf1 @@ -52,7 +52,7 @@ jenkinsci/${project.artifactId}-plugin 2.504 - ${jenkins.baseline}.1 + ${jenkins.baseline}.3 false false v@{project.version} @@ -186,7 +186,7 @@ org.wiremock wiremock-standalone - 3.12.1 + 3.13.2 test @@ -204,7 +204,7 @@ io.jenkins.tools.bom bom-${jenkins.baseline}.x - 4710.v016f0a_07e34d + 5804.v80587a_38d937 import pom From 0f1708e66b731c9d37d9ff23d9193cec6df36524 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 31 Dec 2025 22:47:03 +0100 Subject: [PATCH 2/2] Update rest-assured Signed-off-by: Alexander Brandes --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f368334c5..f8d528999 100755 --- a/pom.xml +++ b/pom.xml @@ -193,7 +193,7 @@ io.rest-assured rest-assured - 5.3.2 + 6.0.0 test