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 0e962a9..809a472 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ #!groovy 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 3c61cf8..e130eac 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 5.17 + 5.2102.v5f5fe09fccf1 @@ -23,7 +23,7 @@ 999999-SNAPSHOT jenkinsci/multibranch-build-strategy-extension - 2.479 + 2.528 ${jenkins.baseline}.3 @@ -72,7 +72,7 @@ io.jenkins.tools.bom bom-${jenkins.baseline}.x - 4890.vfca_82c6741a_d + 5804.v80587a_38d937 import pom