diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index 26918e15..9440b180 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -2,6 +2,6 @@
io.jenkins.tools.incrementals
git-changelist-maven-extension
- 1.10
+ 1.13
diff --git a/Jenkinsfile b/Jenkinsfile
index b761ceab..a0583b7b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,8 +1,7 @@
#!groovy
def configurations = [
- [ platform: "linux", jdk: "17", jenkins: null ],
- [ platform: "windows", jdk: "17", jenkins: null ],
- [ platform: "linux", jdk: "21", jenkins: null ],
+ [ platform: "linux", jdk: 25 ],
+ [ platform: "windows", jdk: 21 ],
]
buildPlugin(useContainerAgent: true, configurations: configurations)
diff --git a/pom.xml b/pom.xml
index 5cf26d49..33296339 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
plugin
- 5.18
+ 5.28
io.jenkins.plugins