From abf2ae792f5f1a9e028d95234a3a6b363dde550e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 31 Jul 2023 09:35:33 +0100 Subject: [PATCH] Upgrade Java 20 CI image to 20.0.2+10 Closes gh-36596 --- 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 a3331dc165e..8f58436fa0e 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.8+7/bellsoft-jdk17.0.8+7-linux-amd64.tar.gz" ;; java20) - echo "https://github.com/bell-sw/Liberica/releases/download/20.0.1+10/bellsoft-jdk20.0.1+10-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/20.0.2+10/bellsoft-jdk20.0.2+10-linux-amd64.tar.gz" ;; *) echo $"Unknown java version"