diff --git a/Jenkinsfile b/Jenkinsfile index 64fce02c..893f1600 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,6 @@ https://github.com/jenkins-infra/pipeline-library/ buildPlugin( useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests configurations: [ - [platform: 'linux', jdk: 21], - [platform: 'windows', jdk: 17], + [platform: 'linux', jdk: 25], + [platform: 'windows', jdk: 21], ]) diff --git a/pom.xml b/pom.xml index 8adc3d45..04e0a515 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ io.jenkins.tools.bom bom-${jenkins.baseline}.x - 4023.va_eeb_b_4e45f07 + 5054.v620b_5d2b_d5e6 import pom