From 7fc28b3b0a73a6b0c0f7c23d24c1e8f336aa5e1a Mon Sep 17 00:00:00 2001 From: Sanan Date: Thu, 19 Jan 2023 12:54:17 +0530 Subject: [PATCH] Updated Java 19 version in CI image See gh-33886 --- 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 729185a044..51a041ca0d 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.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz" ;; java19) - echo "https://github.com/bell-sw/Liberica/releases/download/19.0.1+11/bellsoft-jdk19.0.1+11-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/19.0.2+9/bellsoft-jdk19.0.2+9-linux-amd64.tar.gz" ;; *) echo $"Unknown java version"