From e53386cf7278055bd3a74e5534a73f9d42b0b373 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:33:30 -0500 Subject: [PATCH] Update dependency adoptium/temurin21-binaries to jdk-21.0.6+7 (#1241) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- scripts/bundler.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bundler.sh b/scripts/bundler.sh index d4b90858..4e4047df 100755 --- a/scripts/bundler.sh +++ b/scripts/bundler.sh @@ -52,7 +52,7 @@ main() { ;; linux-x64) # https://github.com/adoptium/temurin21-binaries/releases/ - JRE_RELEASE="jdk-21.0.5+11" + JRE_RELEASE="jdk-21.0.6+7" JRE="OpenJDK21U-jre_x64_linux_hotspot_$(echo "$JRE_RELEASE" | sed 's/jdk//;s/-//g;s/+/_/g').tar.gz" JRE_DIR="$JRE_RELEASE-jre" JRE_URL="https://github.com/adoptium/temurin21-binaries/releases/download/$JRE_RELEASE/$JRE" @@ -68,7 +68,7 @@ main() { ;; macOS-x64) # https://github.com/adoptium/temurin21-binaries/releases/ - JRE_RELEASE="jdk-21.0.5+11" + JRE_RELEASE="jdk-21.0.6+7" JRE="OpenJDK21U-jre_x64_mac_hotspot_$(echo "$JRE_RELEASE" | sed 's/jdk//;s/-//g;s/+/_/g').tar.gz" JRE_DIR="$JRE_RELEASE-jre" JRE_URL="https://github.com/adoptium/temurin21-binaries/releases/download/$JRE_RELEASE/$JRE" @@ -84,7 +84,7 @@ main() { ;; macOS-arm64) # https://github.com/adoptium/temurin21-binaries/releases/ - JRE_RELEASE="jdk-21.0.5+11" + JRE_RELEASE="jdk-21.0.6+7" JRE="OpenJDK21U-jre_aarch64_mac_hotspot_$(echo "$JRE_RELEASE" | sed 's/jdk//;s/-//g;s/+/_/g').tar.gz" JRE_DIR="$JRE_RELEASE-jre" JRE_URL="https://github.com/adoptium/temurin21-binaries/releases/download/$JRE_RELEASE/$JRE" @@ -100,7 +100,7 @@ main() { ;; windows-x64) # https://github.com/adoptium/temurin21-binaries/releases/ - JRE_RELEASE="jdk-21.0.5+11" + JRE_RELEASE="jdk-21.0.6+7" JRE="OpenJDK21U-jre_x64_windows_hotspot_$(echo "$JRE_RELEASE" | sed 's/jdk//;s/-//g;s/+/_/g').zip" JRE_DIR="$JRE_RELEASE-jre" JRE_URL="https://github.com/adoptium/temurin21-binaries/releases/download/$JRE_RELEASE/$JRE"