diff --git a/Jenkinsfile b/Jenkinsfile
index 96fca87..c40a828 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,9 +1,8 @@
#!groovy
-def recentLTS = '2.332.1'
+def recentLTS = '2.361.2'
buildPlugin(configurations: [
[ platform: 'linux', jdk: '8', jenkins: null ],
[ platform: 'windows', jdk: '11', jenkins: recentLTS ],
[ platform: 'linux', jdk: '11', jenkins: recentLTS ],
- // Test with Java 17
- [ platform: 'linux', jdk: '17', jenkins: '2.342' ],
+ [ platform: 'linux', jdk: '17', jenkins: recentLTS ],
])
diff --git a/pom.xml b/pom.xml
index 4ad0c40..5223fe7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
2
999999-SNAPSHOT
jenkinsci/${project.artifactId}-plugin
- 2.289.3
+ 2.332.4
@@ -51,16 +51,11 @@
io.jenkins.tools.bom
- bom-2.289.x
- 1500.ve4d05cd32975
+ bom-2.332.x
+ 1654.vcb_69d035fa_20
pom
import
-
- commons-net
- commons-net
- 3.8.0
-