diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index 9ac2968..1f36364 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -2,6 +2,6 @@
io.jenkins.tools.incrementals
git-changelist-maven-extension
- 1.4
+ 1.7
diff --git a/Jenkinsfile b/Jenkinsfile
index 515e5f6..b42c512 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,5 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
- [ platform: 'linux', jdk: '8' ],
- [ 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 e25ce1f..dc74636 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.jenkins-ci.plugins
plugin
- 4.51
+ 4.78
sp.sd
@@ -16,10 +16,10 @@
2.15
-SNAPSHOT
- 2.319.3
+ 2.361.4
jenkinsci/${project.artifactId}-plugin
- 3.8.6
- 3.5.2
+ 3.9.6
+ 3.5.3
Nexus Artifact Uploader
@@ -62,8 +62,8 @@
io.jenkins.tools.bom
- bom-2.319.x
- 1654.vcb_69d035fa_20
+ bom-2.361.x
+ 2102.v854b_fec19c92
pom
import
@@ -75,7 +75,7 @@
org.codehaus.plexus
plexus-utils
- 3.5.0
+ 3.5.1