diff --git a/Jenkinsfile b/Jenkinsfile
index d95c2fd..4d423e8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,6 +6,6 @@ buildPlugin(
forkCount: '1C', // Run a JVM per core in tests
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
- [platform: 'linux', jdk: 11],
- [platform: 'windows', jdk: 11],
+ [platform: 'linux', jdk: 21],
+ [platform: 'windows', jdk: 17],
])
diff --git a/pom.xml b/pom.xml
index bd3724c..88816ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.jenkins-ci.plugins
plugin
- 4.52
+ 5.7
@@ -13,7 +13,7 @@
999999-SNAPSHOT
jenkinsci/date-parameter-plugin
- 2.361.4
+ 2.479.3