From 0075e793b380712ba3ba6a3f224cb7c70da36d31 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 18 Jul 2024 05:09:12 +0000 Subject: [PATCH] Bump JRE 11 ARM64 from 11.0.23 to 11.0.24 Bumps JRE 11 ARM64 from 11.0.23 to 11.0.24. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- buildpack.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 194f26ef..a306c4bb 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -411,16 +411,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:11.0.23:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:11.0.24:*:*:*:*:*:*:*"] id = "jre" name = "BellSoft Liberica JRE" - purl = "pkg:generic/bellsoft-jre@11.0.23?arch=arm64" - sha256 = "a19f0c07c4602ab567d0b365b4a1dd8505dca91751a1d231a81ae071d9a2fc7d" - source = "https://github.com/bell-sw/Liberica/releases/download/11.0.23+12/bellsoft-jdk11.0.23+12-src.tar.gz" - source-sha256 = "60d5e3fd60eff37b4b3ef1f7424a7b4c7128d525f5539a4fe0c4aeaa853c1b8e" + purl = "pkg:generic/bellsoft-jre@11.0.24?arch=arm64" + sha256 = "ab0bbd25789a24969bb70d1b8154833f3ab85574a34baa85d2360b0043c5c393" + source = "https://github.com/bell-sw/Liberica/releases/download/11.0.24+9/bellsoft-jdk11.0.24+9-src.tar.gz" + source-sha256 = "0b3bbae4ad3974ec8b2b9777d7d76d4db36cbaa71e3ad852db38d8aab041c848" stacks = ["*"] - uri = "https://github.com/bell-sw/Liberica/releases/download/11.0.23+12/bellsoft-jre11.0.23+12-linux-aarch64.tar.gz" - version = "11.0.23" + uri = "https://github.com/bell-sw/Liberica/releases/download/11.0.24+9/bellsoft-jre11.0.24+9-linux-aarch64.tar.gz" + version = "11.0.24" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"