From 7a6e6ee00745d5ad69ba3a7d7711d6fb11faa2d6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 1 Sep 2022 17:37:05 +0100 Subject: [PATCH] Upgrade Java 18 CI to 18.0.2.1+1 Closes gh-32206 --- ci/images/get-jdk-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index fbb04b9fa5..d7df287ea2 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -6,7 +6,7 @@ case "$1" in echo "https://github.com/bell-sw/Liberica/releases/download/17.0.4.1+1/bellsoft-jdk17.0.4.1+1-linux-amd64.tar.gz" ;; java18) - echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2+10/bellsoft-jdk18.0.2+10-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2.1+1/bellsoft-jdk18.0.2.1+1-linux-amd64.tar.gz" ;; *) echo $"Unknown java version"