diff --git a/Jenkinsfile b/Jenkinsfile
index 5b17e8d..64899b6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,6 @@
// Java versions to test against
-String[] unitTestJdkVersions = [17, 21]
-String integrationJdkVersions = 17
+String[] unitTestJdkVersions = [21, 25]
+String integrationJdkVersions = 21
// Platform to test for
String[] platforms = [
diff --git a/pom.xml b/pom.xml
index 2b0bd43..79f3ae9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
plugin
- 5.7
+ 5.28
@@ -21,10 +21,7 @@
2.479
- ${jenkins.baseline}.1
-
-
- 2.3.0
+ ${jenkins.baseline}.3
4.3.0
@@ -42,7 +39,7 @@
scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git
- scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}-plugin.git
+ scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git
https://github.com/jenkinsci/${project.artifactId}-plugin
${scmTag}
@@ -67,21 +64,10 @@
io.jenkins.tools.bom
bom-${jenkins.baseline}.x
- 3893.v213a_42768d35
+ 5054.v620b_5d2b_d5e6
import
pom
-
- org.jenkins-ci.plugins
- authentication-tokens
- 1.119.v50285141b_7e1
-
-
-
- org.jenkins-ci.plugins
- kubernetes-client-api
- 6.10.0-240.v57880ce8b_0b_2
-
@@ -142,7 +128,6 @@
org.jenkins-ci.plugins
envinject
- ${jenkins-env-inject.version}
test