From 92ce609b750620462803baca864b43eb8b61086c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 21 Oct 2022 11:08:59 +0100 Subject: [PATCH] Upgrade Java 8 CI to 8.0.352 Closes gh-32807 --- .sdkmanrc | 2 +- ci/images/get-jdk-url.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.sdkmanrc b/.sdkmanrc index 697a3bb33cf..7b85e08a2ad 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,3 +1,3 @@ # Enable auto-env through the sdkman_auto_env config # Add key=value pairs of SDKs to use below -java=8.0.345-librca +java=8.0.352-librca diff --git a/ci/images/get-jdk-url.sh b/ci/images/get-jdk-url.sh index 638febf0fd0..9bf7e98b1b4 100755 --- a/ci/images/get-jdk-url.sh +++ b/ci/images/get-jdk-url.sh @@ -3,7 +3,7 @@ set -e case "$1" in java8) - echo "https://github.com/bell-sw/Liberica/releases/download/8u345+1/bellsoft-jdk8u345+1-linux-amd64.tar.gz" + echo "https://github.com/bell-sw/Liberica/releases/download/8u352+8/bellsoft-jdk8u352+8-linux-amd64.tar.gz" ;; java11) echo "https://github.com/bell-sw/Liberica/releases/download/11.0.16.1+1/bellsoft-jdk11.0.16.1+1-linux-amd64.tar.gz"