From 4ea21ed88f3fe6cd44a214c2d931eecc41e886ec Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 18 Jul 2024 05:19:25 +0000 Subject: [PATCH] Bump JRE 11 from 11.0.23 to 11.0.24 Bumps JRE 11 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..219ee226 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.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=amd64" - sha256 = "5cf713fc987d5cb87c24b98c7583209193367bd28fe0725964729a882ea27214" - 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=amd64" + sha256 = "0d3849a428d875d2395f1f04620049ddbe136f1ed6612301f510ea4e392000ce" + 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-amd64.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-amd64.tar.gz" + version = "11.0.24" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"