From 54128009f156cee70bad803aa1a12433a6d151fb Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 16 Oct 2024 05:16:59 +0000 Subject: [PATCH] Bump JDK 21 from 21.0.4 to 21.0.5 Bumps JDK 21 from 21.0.4 to 21.0.5. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- buildpack.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 4174942..5518380 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -207,17 +207,17 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jdk:21.0.4:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jdk:21.0.5:*:*:*:*:*:*:*"] deprecation_date = "2028-09-30T00:00:00Z" id = "jdk" name = "SapMachine JDK" - purl = "pkg:generic/sap-machine-jdk@21.0.4?arch=amd64" - sha256 = "9c4779b48a9d6f8120901e6c095227baebd2af2d7d7db1b0196c144ae9b9397d" - source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-21.0.4.tar.gz" - source-sha256 = "373639ec02731c160c619e898dac3d53d06d5c95f1c9af8d11bfbb92a5f7bbf6" + purl = "pkg:generic/sap-machine-jdk@21.0.5?arch=amd64" + sha256 = "713056536aea7bbb1f93fe978df20f69e23f37171abf272068339f75525b84d3" + source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-21.0.5.tar.gz" + source-sha256 = "4845ad15012cf9a7c87af6b9eec4add69815fd0136fdef09eb1adcb95aca2df1" stacks = ["*"] - uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.4/sapmachine-jdk-21.0.4_linux-x64_bin.tar.gz" - version = "21.0.4" + uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.5/sapmachine-jdk-21.0.5_linux-x64_bin.tar.gz" + version = "21.0.5" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"