diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index a65d82e..90787cb 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.3 + 1.6 diff --git a/Jenkinsfile b/Jenkinsfile index b94810a..8b7fd8d 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: 21], + [platform: 'windows', jdk: 17], ]) diff --git a/pom.xml b/pom.xml index ce8a7d2..b3cdeba 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.42 + 4.75 org.jenkins-ci.plugins.workflow @@ -39,7 +39,7 @@ 999999-SNAPSHOT - 2.289.3 + 2.387.3 1.10.1 jenkinsci/${project.artifactId}-plugin @@ -47,8 +47,8 @@ io.jenkins.tools.bom - bom-2.289.x - 1466.v85a_616ea_b_87c + bom-2.387.x + 2465.va_e76ed7b_3061 import pom @@ -153,7 +153,7 @@ org.jenkins-ci.plugins mercurial - 2.12 + 1260.vdfb_723cdcc81 test