From 7e131c4ad46f063dbd4a11db5a9a7baeee1c57fa Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 24 Jan 2025 05:18:51 +0000 Subject: [PATCH] Bump JRE 23 from 23.0.1 to 23.0.2 Bumps JRE 23 from 23.0.1 to 23.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 2cf084ef..29457e53 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -331,16 +331,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:23.0.1:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:23.0.2:*:*:*:*:*:*:*"] id = "jre" name = "BellSoft Liberica JRE" - purl = "pkg:generic/bellsoft-jre@23.0.1?arch=amd64" - sha256 = "9a2fed91d14fd610bbdcc44dd1403f9fb7136907cfbbf111f6546948ce68531b" - source = "https://github.com/bell-sw/Liberica/releases/download/23.0.1+13/bellsoft-jdk23.0.1+13-src.tar.gz" - source-sha256 = "9398f349ffd372551daa6ef77d92181b0b7ccef0e612433b8184e06e07399c0a" + purl = "pkg:generic/bellsoft-jre@23.0.2?arch=amd64" + sha256 = "b6f01cbd2b1b3bae7b647876865defec64f5daf6abf58b1bf2907faf81ddf472" + source = "https://github.com/bell-sw/Liberica/releases/download/23.0.2+9/bellsoft-jdk23.0.2+9-src.tar.gz" + source-sha256 = "5786559d3f03e2e637e9d206d049e7caf4b8a0c071fdcc1a913b06c19d03ca4d" stacks = ["*"] - uri = "https://github.com/bell-sw/Liberica/releases/download/23.0.1+13/bellsoft-jre23.0.1+13-linux-amd64.tar.gz" - version = "23.0.1" + uri = "https://github.com/bell-sw/Liberica/releases/download/23.0.2+9/bellsoft-jre23.0.2+9-linux-amd64.tar.gz" + version = "23.0.2" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"