From bb21bb2bab93c0a203f038a47e6e04eb2940815c Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 22 Oct 2021 05:10:51 +0000 Subject: [PATCH] Bump JDK 8 from 8.0.302 to 8.0.312 Bumps JDK 8 from 8.0.302 to 8.0.312. Signed-off-by: GitHub --- buildpack.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index ca37978..f6888d9 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -128,10 +128,10 @@ api = "0.6" [[metadata.dependencies]] id = "jdk" name = "Adoptium JDK" - sha256 = "cc13f274becf9dd5517b6be583632819dfd4dd81e524b5c1b4f406bdaf0e063a" + sha256 = "699981083983b60a7eeb511ad640fae3ae4b879de5a3980fe837e8ade9c34a08" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u302-b08/OpenJDK8U-jdk_x64_linux_hotspot_8u302b08.tar.gz" - version = "8.0.302" + uri = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jdk_x64_linux_hotspot_8u312b07.tar.gz" + version = "8.0.312" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"