From f37219adc1368d1a8882790dfb808eae26e1b5e7 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Thu, 27 Oct 2022 16:40:10 +0200 Subject: [PATCH] Update JDK 19 build to use 19.0.1+11 Closes gh-32892 --- 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 4aa0790179..ddd86d77a4 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.5+8/bellsoft-jdk17.0.5+8-linux-amd64.tar.gz" ;; java19) - echo "https://github.com/bell-sw/Liberica/releases/download/19+37/bellsoft-jdk19+37-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/19.0.1+11/bellsoft-jdk19.0.1+11-linux-amd64.tar.gz" ;; *) echo $"Unknown java version"