From 9a7128fb1f143a5b101d60eb0f0b4f18e76ced23 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 1 Aug 2022 09:56:13 +0200 Subject: [PATCH] Upgrade Java 18 version in CI image Closes gh-31937 --- 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 d329b207f8..0a5a5fdc2d 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+8/bellsoft-jdk17.0.4+8-linux-amd64.tar.gz" ;; java18) - echo "https://github.com/bell-sw/Liberica/releases/download/18.0.1.1+2/bellsoft-jdk18.0.1.1+2-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/18.0.2+10/bellsoft-jdk18.0.2+10-linux-amd64.tar.gz" ;; *) echo $"Unknown java version"