From 4a143e41ddf87c8e93500ac85f85fe42e6509115 Mon Sep 17 00:00:00 2001 From: Andor Molnar Date: Fri, 14 Aug 2026 12:34:31 -0500 Subject: [PATCH] ZOOKEEPER-5076. Upgrade JDK to 17 for the Owasp build --- Jenkinsfile-owasp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-owasp b/Jenkinsfile-owasp index 2831dd4d6df..f22ae06aa74 100644 --- a/Jenkinsfile-owasp +++ b/Jenkinsfile-owasp @@ -29,7 +29,7 @@ pipeline { tools { maven "maven_latest" - jdk "jdk_11_latest" + jdk "jdk_17_latest" } stages {