Skip to content

Commit afdc324

Browse files
committed
HV-2145 Require JDK 25 for the build with strict JAXP security settings
Signed-off-by: marko-bekhta <[email protected]>
1 parent d744e35 commit afdc324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/nightly/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pipeline {
6666
}
6767
steps {
6868
script {
69-
jdkVersion = 'OpenJDK 23 Latest'
69+
jdkVersion = 'OpenJDK 25 Latest'
7070
}
7171
// The timeout cannot be in stage options, because that would
7272
// include the time needed to provision a node.

0 commit comments

Comments
 (0)