From f8c2b9ffb051d3ca996e25b80e696e9281a3e3e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:12:49 -0400 Subject: [PATCH] Update dependency adoptium/temurin21-binaries to jdk-21.0.8+9 (#1529) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- scripts/bundler.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/bundler.sh b/scripts/bundler.sh index 2fcd2b15..534e37cf 100755 --- a/scripts/bundler.sh +++ b/scripts/bundler.sh @@ -50,7 +50,7 @@ main() { ;; appimage) # https://github.com/adoptium/temurin21-binaries/releases/ - JRE_RELEASE="jdk-21.0.7+6" + JRE_RELEASE="jdk-21.0.8+9" 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() { ;; linux-x64) # https://github.com/adoptium/temurin21-binaries/releases/ - JRE_RELEASE="jdk-21.0.7+6" + JRE_RELEASE="jdk-21.0.8+9" 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" @@ -84,7 +84,7 @@ main() { ;; macOS-x64) # https://github.com/adoptium/temurin21-binaries/releases/ - JRE_RELEASE="jdk-21.0.7+6" + JRE_RELEASE="jdk-21.0.8+9" 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" @@ -100,7 +100,7 @@ main() { ;; macOS-arm64) # https://github.com/adoptium/temurin21-binaries/releases/ - JRE_RELEASE="jdk-21.0.7+6" + JRE_RELEASE="jdk-21.0.8+9" 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" @@ -116,7 +116,7 @@ main() { ;; windows-x64) # https://github.com/adoptium/temurin21-binaries/releases/ - JRE_RELEASE="jdk-21.0.7+6" + JRE_RELEASE="jdk-21.0.8+9" 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"