From ec2dcbecad47788d866bc1e405f65fb33c757269 Mon Sep 17 00:00:00 2001 From: Julia <5765049+sxhinzvc@users.noreply.github.com> Date: Thu, 10 Aug 2023 08:55:50 -0400 Subject: [PATCH] Upgrade to JDK 17.0.8. See #2072 --- ci/pipeline.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.properties b/ci/pipeline.properties index 93a5e605..44b44f02 100644 --- a/ci/pipeline.properties +++ b/ci/pipeline.properties @@ -1,7 +1,7 @@ # Java versions java.main.tag=8u382-b05-jdk-focal java.next.tag=20-jdk-jammy -java.lts.tag=17.0.7_7-jdk-focal +java.lts.tag=17.0.8_7-jdk-focal # Docker container images - standard docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}