From 249f4130ef2a9c18142b57554a8a340a90f0ed70 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 17 Oct 2024 05:16:44 +0000 Subject: [PATCH] Bump JRE 21 from 21.0.4 to 21.0.5 Bumps JRE 21 from 21.0.4 to 21.0.5. 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 448ee493..5411452d 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -283,16 +283,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:21.0.4:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:21.0.5:*:*:*:*:*:*:*"] id = "jre" name = "BellSoft Liberica JRE" - purl = "pkg:generic/bellsoft-jre@21.0.4?arch=amd64" - sha256 = "471a0e006820e7ae8131b1f6371df190a77b36d3a826ef1446048ed12cff4471" - source = "https://github.com/bell-sw/Liberica/releases/download/21.0.4+9/bellsoft-jdk21.0.4+9-src.tar.gz" - source-sha256 = "4e880ee7287aa98c90470969225b9c3e4f6d85da79d45d3da563d04fc690387e" + purl = "pkg:generic/bellsoft-jre@21.0.5?arch=amd64" + sha256 = "2cbf37c40e2b4add99ce8b3a5a5ec6a2c43cce0b2f20bd8b740bff0b20908a28" + source = "https://github.com/bell-sw/Liberica/releases/download/21.0.5+11/bellsoft-jdk21.0.5+11-src.tar.gz" + source-sha256 = "f3fa519ce924b486456334dbfb9d2d69fdd590a6fecf714f0bf0591d6559055e" stacks = ["*"] - uri = "https://github.com/bell-sw/Liberica/releases/download/21.0.4+9/bellsoft-jre21.0.4+9-linux-amd64.tar.gz" - version = "21.0.4" + uri = "https://github.com/bell-sw/Liberica/releases/download/21.0.5+11/bellsoft-jre21.0.5+11-linux-amd64.tar.gz" + version = "21.0.5" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"