From bb3e1988c083c699694deb5b8594879994d79097 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 6 Sep 2021 08:04:26 +0200 Subject: [PATCH] Upgrade Java 17 version in CI image Closes gh-27851 --- 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 0c68660cfb..198e80f9b8 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/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_x64_linux_hotspot_16.0.2_7.tar.gz" ;; java17) - echo "https://github.com/adoptium/temurin17-binaries/releases/download/jdk17-2021-08-05-18-59-beta/OpenJDK17-jdk_x64_linux_hotspot_2021-08-05-18-59.tar.gz" + echo "https://github.com/adoptium/temurin17-binaries/releases/download/jdk17-2021-09-01-12-34-beta/OpenJDK17-jdk_x64_linux_hotspot_2021-09-01-12-34.tar.gz" ;; *) echo $"Unknown java version"