diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 9ac2968b..90787cbb 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.4 + 1.6 diff --git a/Jenkinsfile b/Jenkinsfile index b94810a2..8d38b971 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [ platform: "linux", jdk: "8" ], - [ platform: "windows", jdk: "8" ], - [ platform: "linux", jdk: "11" ] + [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 11], ]) diff --git a/pom.xml b/pom.xml index e12b923c..94eef058 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.50 + 4.61 pipeline-input-step @@ -38,15 +38,15 @@ 999999-SNAPSHOT - 2.289.1 + 2.361.4 jenkinsci/${project.artifactId}-plugin io.jenkins.tools.bom - bom-2.289.x - 1289.v5c4b_1c43511b_ + bom-2.361.x + 2025.v816d28f1e04f pom import