diff --git a/Jenkinsfile b/Jenkinsfile
index 30dc2b2..ebd5ecd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,13 +6,13 @@ buildPlugin(
useContainerAgent: true,
// Show failures on all configurations
failFast: false,
- // Opt-in to the Artifact Caching Proxy, to be removed when it will be in opt-out.
+ // Opt-in to the Artifact Caching Proxy, to be removed when it will be opt-out.
// See https://github.com/jenkins-infra/helpdesk/issues/2752 for more details and updates.
artifactCachingProxyEnabled: true,
- // Test Java 8 with default Jenkins version, Java 11 with a recent LTS, Java 17 even more recent
+ // Test Java 11 with a recent LTS, Java 17 even more recent
configurations: [
- [platform: 'linux', jdk: '17', jenkins: '2.375'],
- [platform: 'linux', jdk: '11', jenkins: '2.361.4'],
- [platform: 'windows', jdk: '8']
+ [platform: 'linux', jdk: '17', jenkins: '2.380'],
+ [platform: 'linux', jdk: '11', jenkins: '2.375.1'],
+ [platform: 'windows', jdk: '11']
]
)
diff --git a/pom.xml b/pom.xml
index c16807e..8a84dcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.jenkins-ci.plugins
plugin
- 4.51
+ 4.52
@@ -37,7 +37,7 @@
- 2.346.3
+ 2.361.4
Max
High
@@ -46,7 +46,7 @@
io.jenkins.tools.bom
- bom-2.346.x
+ bom-2.361.x
1723.vcb_9fee52c9fc
pom
import