From 90ff70cb03f93562c166d785609746ff15230822 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 29 Nov 2023 05:11:32 +0000 Subject: [PATCH 1/2] Bump JDK 11 from 11.0.20 to 11.0.21 Bumps JDK 11 from 11.0.20 to 11.0.21. Signed-off-by: GitHub --- buildpack.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index e341337..52db032 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -147,16 +147,16 @@ api = "0.7" uri = "https://github.com/eclipse/openj9/blob/master/LICENSE" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:eclipse:openj9:0.40.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:eclipse:openj9:0.41.0:*:*:*:*:*:*:*"] id = "jdk" name = "OpenJ9 JDK" purl = "pkg:generic/ibmruntimes/semeru-jdk@11.0.20.1" - sha256 = "452fc28b62fd9b8beb163c3fdfacdfe28bf00ba67f4bbca5107cf32c35f5782d" - source = "https://github.com/ibmruntimes/semeru11-binaries/archive/refs/tags/jdk-11.0.20.1+1_openj9-0.40.0.tar.gz" - source-sha256 = "dbb6223191d945f507099c0c5f0cfd6df76a3ba4cbae3829ca20d06f5dfd6e9f" + sha256 = "d11ec92737b9f97bdd9bb553c3e476981f4ac38039963a15c2e1ca9ec163a304" + source = "https://github.com/ibmruntimes/semeru11-binaries/archive/refs/tags/jdk-11.0.21+9_openj9-0.41.0.tar.gz" + source-sha256 = "a0f133bac3ea1037326f65c3b2373c69f5462440680d58459b578678cdd7c3c0" stacks = ["*"] - uri = "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.20.1%2B1_openj9-0.40.0/ibm-semeru-open-jdk_x64_linux_11.0.20.1_1_openj9-0.40.0.tar.gz" - version = "11.0.20" + uri = "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.21%2B9_openj9-0.41.0/ibm-semeru-open-jdk_x64_linux_11.0.21_9_openj9-0.41.0.tar.gz" + version = "11.0.21" [[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 00e0c47845c48e8e5e8663b83810027b2ad2042b Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Fri, 1 Dec 2023 21:34:36 -0500 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 52db032..874871d 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -150,7 +150,7 @@ api = "0.7" cpes = ["cpe:2.3:a:eclipse:openj9:0.41.0:*:*:*:*:*:*:*"] id = "jdk" name = "OpenJ9 JDK" - purl = "pkg:generic/ibmruntimes/semeru-jdk@11.0.20.1" + purl = "pkg:generic/ibmruntimes/semeru-jdk@11.0.21" sha256 = "d11ec92737b9f97bdd9bb553c3e476981f4ac38039963a15c2e1ca9ec163a304" source = "https://github.com/ibmruntimes/semeru11-binaries/archive/refs/tags/jdk-11.0.21+9_openj9-0.41.0.tar.gz" source-sha256 = "a0f133bac3ea1037326f65c3b2373c69f5462440680d58459b578678cdd7c3c0"