From 78ed653808db6c219b46536e6caf932d7788c951 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 29 May 2023 05:07:27 +0000 Subject: [PATCH 1/2] Bump JDK 17 from 17.0.6 to 17.0.7 Bumps JDK 17 from 17.0.6 to 17.0.7. Signed-off-by: GitHub --- buildpack.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 29a3bdc..5e8d2ac 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -171,14 +171,14 @@ api = "0.7" uri = "https://github.com/eclipse/openj9/blob/master/LICENSE" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:eclipse:openj9:0.36.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:eclipse:openj9:0.38.0:*:*:*:*:*:*:*"] id = "jdk" name = "OpenJ9 JDK" purl = "pkg:generic/ibmruntimes/semeru-jdk@17.0.5" - sha256 = "ce39a4f7c2e08e56083f17f3e44c05e0fbbeba775e670f015a337679c99c54c6" + sha256 = "b46177ab82a2506cb858894fafbbbb922bbeefa4be441796e0ef5a8029599dca" stacks = ["*"] - uri = "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.6%2B10_openj9-0.36.0/ibm-semeru-open-jdk_x64_linux_17.0.6_10_openj9-0.36.0.tar.gz" - version = "17.0.6" + uri = "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.7%2B7_openj9-0.38.0/ibm-semeru-open-jdk_x64_linux_17.0.7_7_openj9-0.38.0.tar.gz" + version = "17.0.7" [[metadata.dependencies.licenses]] type = "EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception" From b3a5dc1aac794dc27e2285857ed55eb4760e5bfe Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Mon, 29 May 2023 22:06:53 -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 5e8d2ac..a304828 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -174,7 +174,7 @@ api = "0.7" cpes = ["cpe:2.3:a:eclipse:openj9:0.38.0:*:*:*:*:*:*:*"] id = "jdk" name = "OpenJ9 JDK" - purl = "pkg:generic/ibmruntimes/semeru-jdk@17.0.5" + purl = "pkg:generic/ibmruntimes/semeru-jdk@17.0.7" sha256 = "b46177ab82a2506cb858894fafbbbb922bbeefa4be441796e0ef5a8029599dca" stacks = ["*"] uri = "https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.7%2B7_openj9-0.38.0/ibm-semeru-open-jdk_x64_linux_17.0.7_7_openj9-0.38.0.tar.gz"