From c5110deec6304297db609685856681f9036e8d3e Mon Sep 17 00:00:00 2001 From: paketo-bot <62766270+paketo-bot@users.noreply.github.com> Date: Wed, 19 Jul 2023 03:04:45 -0700 Subject: [PATCH] Bump JDK 17 from 17.0.7 to 17.0.8 (#343) Bumps JDK 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 6b1820e..9d58eae 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -195,14 +195,14 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jdk:17.0.7:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:17.0.7:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jdk:17.0.8:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:17.0.8:*:*:*:*:*:*:*"] id = "jdk" name = "Azul Zulu JDK" - purl = "pkg:generic/azul-zulu-jdk@17.0.7?arch=amd64" - sha256 = "28861f8292eab43290109c33e1ba7ff3776c44d043e7c8462d6c9702bf9fffe0" + purl = "pkg:generic/azul-zulu-jdk@17.0.8?arch=amd64" + sha256 = "423d1f40e0cbe873f357cebb95b19a59503948ee3c91639ecbc8e64df6a6f5fc" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://cdn.azul.com/zulu/bin/zulu17.42.19-ca-jdk17.0.7-linux_x64.tar.gz" - version = "17.0.7" + uri = "https://cdn.azul.com/zulu/bin/zulu17.44.15-ca-jdk17.0.8-linux_x64.tar.gz" + version = "17.0.8" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"