diff --git a/Jenkinsfile b/Jenkinsfile
index 8a2983d..347471d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,6 +6,6 @@ buildPlugin(
forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
- [platform: 'linux', jdk: 21],
- [platform: 'windows', jdk: 17],
-])
\ No newline at end of file
+ [platform: 'linux', jdk: 25],
+ [platform: 'windows', jdk: 21],
+])
diff --git a/pom.xml b/pom.xml
index 5cf11d2..84e1528 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.jenkins-ci.plugins
plugin
- 5.9
+ 5.28
@@ -61,7 +61,7 @@
io.jenkins.tools.bom
bom-${jenkins.baseline}.x
- 4228.v0a_71308d905b_
+ 5054.v620b_5d2b_d5e6
import
pom