From 7b12926d8c8b8be9e6b5250e577fd3e56b05b9ca Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 1 Sep 2022 17:33:38 +0100 Subject: [PATCH] Upgrade Java 18 CI to 18.0.2.1+1 Closes gh-32207 --- 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 bde658d66f8..5b2600a5717 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -12,7 +12,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"