From caaca5218af8f997c6fc06e86e886b96f35d0075 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Feb 2022 14:02:01 +0100 Subject: [PATCH] Upgrade Java 8 to 8u322-b06, Java 11 to 11.0.14.1_1. Closes #1648 --- ci/pipeline.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.properties b/ci/pipeline.properties index 2245d2ea..5b5ba588 100644 --- a/ci/pipeline.properties +++ b/ci/pipeline.properties @@ -1,6 +1,6 @@ # Java versions -java.main.tag=8u312-b07-jdk -java.11.tag=11.0.13_8-jdk +java.main.tag=8u322-b06-jdk +java.11.tag=11.0.14.1_1-jdk java.15.tag=15.0.2_7-jdk-hotspot java.lts.tag=17.0.2_8-jdk