From a8c17823cbbc565a36fc8e49414f80157a41ba33 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Wed, 17 Jan 2024 16:47:51 -0600 Subject: [PATCH] Upgrade to Java 21 to 21.0.2+14 Closes gh-39215 --- 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 db11e34f609..f026e7fea70 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.9+11/bellsoft-jdk17.0.9+11-linux-amd64.tar.gz" ;; java21) - echo "https://github.com/bell-sw/Liberica/releases/download/21.0.1+12/bellsoft-jdk21.0.1+12-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/21.0.2+14/bellsoft-jdk21.0.2+14-linux-amd64.tar.gz" ;; *) echo $"Unknown java version"