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..f8d528999 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,14 +186,14 @@ org.wiremock wiremock-standalone - 3.12.1 + 3.13.2 test io.rest-assured rest-assured - 5.3.2 + 6.0.0 test @@ -204,7 +204,7 @@ io.jenkins.tools.bom bom-${jenkins.baseline}.x - 4710.v016f0a_07e34d + 5804.v80587a_38d937 import pom