From b226ff40f09710d3eee87c4b9f099628c14e4512 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 18 Oct 2023 21:03:47 -0700 Subject: [PATCH] Upgrade to Java 21.0.1+12 Closes gh-37948 --- 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 07cf194c72d7..7370221ef0d7 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.9+11/bellsoft-jdk17.0.9+11-linux-amd64.tar.gz" ;; java21) - echo "https://github.com/bell-sw/Liberica/releases/download/21+37/bellsoft-jdk21+37-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/21.0.1+12/bellsoft-jdk21.0.1+12-linux-amd64.tar.gz" ;; *) echo $"Unknown java version"