diff --git a/Jenkinsfile b/Jenkinsfile
index 09032da..5a588ca 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,4 +8,5 @@ buildPlugin(
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
+ [platform: 'linux', jdk: 25],
])
diff --git a/pom.xml b/pom.xml
index c759b5d..0e2f27e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
plugin
- 5.18
+ 5.19
io.jenkins.plugins