From 2f3001a3d92306ca5fa111a5013a1cc370a2080b Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 17 Jul 2025 05:07:33 +0000 Subject: [PATCH] Bump JDK 24 from 24.0.1 to 24.0.2 Bumps JDK 24 from 24.0.1 to 24.0.2. 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 0925b5ee..06aebab0 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -315,16 +315,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jdk:24.0.1:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jdk:24.0.2:*:*:*:*:*:*:*"] id = "jdk" name = "BellSoft Liberica JDK" - purl = "pkg:generic/bellsoft-jdk@24.0.1?arch=amd64" - sha256 = "69f623954d831581ae740969c3ae614fca8cbd17b0131e6f7f5ce00ff76762f7" - source = "https://github.com/bell-sw/Liberica/releases/download/24.0.1+11/bellsoft-jdk24.0.1+11-src.tar.gz" - source-sha256 = "44a2ab242e1d7a298e8bb65988d4bf26630702b8da3c23552672a713dc975280" + purl = "pkg:generic/bellsoft-jdk@24.0.2?arch=amd64" + sha256 = "0fcf36e604cb4398ffa0fc3c67908a4f8e2b70f00c5ac2ecb2d77c7d6d8fed9d" + source = "https://github.com/bell-sw/Liberica/releases/download/24.0.2+12/bellsoft-jdk24.0.2+12-src.tar.gz" + source-sha256 = "3dd21e5482ca33be7e48371b88f875fcd001d5c4314f1df55a48e46472670e52" stacks = ["*"] - uri = "https://github.com/bell-sw/Liberica/releases/download/24.0.1+11/bellsoft-jdk24.0.1+11-linux-amd64.tar.gz" - version = "24.0.1" + uri = "https://github.com/bell-sw/Liberica/releases/download/24.0.2+12/bellsoft-jdk24.0.2+12-linux-amd64.tar.gz" + version = "24.0.2" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"