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 50f3752..cb34248 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 064ff6e..61af1d6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 5.3 + 5.2102.v5f5fe09fccf1 @@ -16,7 +16,7 @@ 999999-SNAPSHOT - 2.479 + 2.528 ${jenkins.baseline}.1 jenkinsci/${project.artifactId}-plugin @@ -28,7 +28,7 @@ io.jenkins.tools.bom bom-${jenkins.baseline}.x - 3814.v9563d972079a_ + 5829.v04f53fa_f8705 pom import