From 076c14e243f22dc0f10edd7eda05de66c4631c04 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 18 Jul 2024 05:18:03 +0000 Subject: [PATCH 1/2] Bump JRE 8 from 8.0.412 to 8.0.422 Bumps JRE 8 from 8.0.412 to 8.0.422. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- buildpack.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 194f26ef..fdcd6e12 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -155,16 +155,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:1.8.0:update412:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:1.8.0:update422:*:*:*:*:*:*:*"] id = "jre" name = "BellSoft Liberica JRE" purl = "pkg:generic/bellsoft-jre@8.0.402?arch=amd64" - sha256 = "c6faa02e53aa58e509ea4c2936301ed85e133279a727f9d5f4e6c8164a93cdbf" - source = "https://github.com/bell-sw/Liberica/releases/download/8u412+9/bellsoft-jdk8u412+9-src.tar.gz" - source-sha256 = "2c80cc3f2ff4301e67e09b8af6c5e83ca6392eb497d9a46f7a4fca245dca1ec2" + sha256 = "3d25e3d4a8a1f34424f7f547f30fe35453066c41d6f1cc4c20c3e6dcaca1b8e3" + source = "https://github.com/bell-sw/Liberica/releases/download/8u422+6/bellsoft-jdk8u422+6-src.tar.gz" + source-sha256 = "51fdc490990f46861d7a006f204d1f37928f521d95b2e34e4cfa262d7c3f4bae" stacks = ["*"] - uri = "https://github.com/bell-sw/Liberica/releases/download/8u412+9/bellsoft-jre8u412+9-linux-amd64.tar.gz" - version = "8.0.412" + uri = "https://github.com/bell-sw/Liberica/releases/download/8u422+6/bellsoft-jre8u422+6-linux-amd64.tar.gz" + version = "8.0.422" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0" From d6e96d92aa0c09ae1266520c4eb215e6de92d5aa Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Thu, 18 Jul 2024 10:22:52 -0400 Subject: [PATCH 2/2] Update buildpack.toml --- buildpack.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpack.toml b/buildpack.toml index fdcd6e12..19bab22e 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -158,7 +158,7 @@ api = "0.7" cpes = ["cpe:2.3:a:oracle:jre:1.8.0:update422:*:*:*:*:*:*:*"] id = "jre" name = "BellSoft Liberica JRE" - purl = "pkg:generic/bellsoft-jre@8.0.402?arch=amd64" + purl = "pkg:generic/bellsoft-jre@8.0.422?arch=amd64" sha256 = "3d25e3d4a8a1f34424f7f547f30fe35453066c41d6f1cc4c20c3e6dcaca1b8e3" source = "https://github.com/bell-sw/Liberica/releases/download/8u422+6/bellsoft-jdk8u422+6-src.tar.gz" source-sha256 = "51fdc490990f46861d7a006f204d1f37928f521d95b2e34e4cfa262d7c3f4bae"