From 08d06f0e236c2d3c4b7a9f60bdca9754c43b0689 Mon Sep 17 00:00:00 2001 From: paketo-bot <62766270+paketo-bot@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:37:42 -0700 Subject: [PATCH] Bump JDK 11 from 11.0.19 to 11.0.20 (#326) Bumps JDK 11 from 11.0.19 to 11.0.20. Signed-off-by: GitHub Co-authored-by: paketo-bot --- buildpack.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index cd00b99..f147214 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -143,14 +143,14 @@ api = "0.7" uri = "https://github.com/eclipse/openj9/blob/master/LICENSE" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:eclipse:openj9:0.38.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:eclipse:openj9:0.40.0:*:*:*:*:*:*:*"] id = "jdk" name = "OpenJ9 JDK" purl = "pkg:generic/ibmruntimes/semeru-jdk@11.0.19" - sha256 = "9d76c901480fba1a2611f783450bb3424ee3294b73b00d3290dbfad6d277f9a4" + sha256 = "37700b66221fbc657a695c94882f398c23350d27ebe72c260cfc679ea87134ce" stacks = ["*"] - uri = "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.19%2B7_openj9-0.38.0/ibm-semeru-open-jdk_x64_linux_11.0.19_7_openj9-0.38.0.tar.gz" - version = "11.0.19" + uri = "https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.20%2B8_openj9-0.40.0/ibm-semeru-open-jdk_x64_linux_11.0.20_8_openj9-0.40.0.tar.gz" + version = "11.0.20" [[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"