From daa253fb52eda5b7b205b9d2c4a2da7565f42f31 Mon Sep 17 00:00:00 2001 From: paketo-bot <62766270+paketo-bot@users.noreply.github.com> Date: Wed, 19 Jul 2023 03:04:50 -0700 Subject: [PATCH] Bump JRE 17 from 17.0.7 to 17.0.8 (#342) Bumps JRE 17 from 17.0.7 to 17.0.8. Signed-off-by: GitHub Co-authored-by: paketo-bot --- buildpack.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 9d58eae..0359920 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -209,14 +209,14 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:17.0.7:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:17.0.7:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:17.0.8:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:17.0.8:*:*:*:*:*:*:*"] id = "jre" name = "Azul Zulu JRE" - purl = "pkg:generic/azul-zulu-jre@17.0.7?arch=amd64" - sha256 = "1ebe0362967f0199672e4424a7b5c977185d48e94fbbbd06e54e88b2d75f6cbf" + purl = "pkg:generic/azul-zulu-jre@17.0.8?arch=amd64" + sha256 = "7d076a54f2977c36495a91f62585ec051049f9bee01eb08309d55b978eeba6c9" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://cdn.azul.com/zulu/bin/zulu17.42.19-ca-jre17.0.7-linux_x64.tar.gz" - version = "17.0.7" + uri = "https://cdn.azul.com/zulu/bin/zulu17.44.15-ca-jre17.0.8-linux_x64.tar.gz" + version = "17.0.8" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"