From 4df9b4e845d5b415628d68fbc556821a713baeeb Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 17 Jul 2025 05:11:19 +0000 Subject: [PATCH] Bump JRE 11 from 11.0.27 to 11.0.28 Bumps JRE 11 from 11.0.27 to 11.0.28. 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..687dc75a 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -187,16 +187,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:11.0.27:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:11.0.28:*:*:*:*:*:*:*"] id = "jre" name = "BellSoft Liberica JRE" - purl = "pkg:generic/bellsoft-jre@11.0.27?arch=amd64" - sha256 = "e5b7968a0f2f1c9fb197fc7df8a2b231d339bff4bcd0cc65deccffd42ab8f0f5" - source = "https://github.com/bell-sw/Liberica/releases/download/11.0.27+9/bellsoft-jdk11.0.27+9-src.tar.gz" - source-sha256 = "da51cd3eb3c31e09c08d35d30c7c04cac310b6aa6a2e47f75d6553f29843b336" + purl = "pkg:generic/bellsoft-jre@11.0.28?arch=amd64" + sha256 = "f3663e15b531b63807aca6b992861552c4a719dc7b40e901d41b2d8af23d4660" + source = "https://github.com/bell-sw/Liberica/releases/download/11.0.28+12/bellsoft-jdk11.0.28+12-src.tar.gz" + source-sha256 = "d9b92d3d8a00fb67aeb4eb1a6795c2432f17faf4937244864cdce3b4fb23d73b" stacks = ["*"] - uri = "https://github.com/bell-sw/Liberica/releases/download/11.0.27+9/bellsoft-jre11.0.27+9-linux-amd64.tar.gz" - version = "11.0.27" + uri = "https://github.com/bell-sw/Liberica/releases/download/11.0.28+12/bellsoft-jre11.0.28+12-linux-amd64.tar.gz" + version = "11.0.28" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"