diff --git a/Jenkinsfile b/Jenkinsfile
index 42dfcbe..c69425b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,5 +6,5 @@ buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 17],
- [platform: 'windows', jdk: 11],
+ [platform: 'windows', jdk: 17],
])
diff --git a/pom.xml b/pom.xml
index d80157d..c7c1dc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
plugin
- 4.86
+ 5.2
io.jenkins.plugins
@@ -28,9 +28,11 @@
999999-SNAPSHOT
- 2.387.3
+ 2.479
jenkinsci/${project.artifactId}-plugin
false
+ 17
+ 17