From e1f44c299046d9ca3544b8fb2890b0c3eedb7365 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 13 Dec 2024 05:24:00 +0000 Subject: [PATCH] Bump JDK 8 from 8.0.422 to 8.0.432 Bumps JDK 8 from 8.0.422 to 8.0.432. 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 24ec046..1f9772d 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -139,16 +139,16 @@ api = "0.7" name = "JAVA_TOOL_OPTIONS" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jdk:1.8.0:update422:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jdk:1.8.0:update432:*:*:*:*:*:*:*"] id = "jdk" name = "Dragonwell JDK" - purl = "pkg:generic/alibaba/dragonwell-jdk@8.0.422?arch=amd64" - sha256 = "2994d89d6635d04bfb2e6de4fda34d733ee89ba77c797a4f4cf9a42667baedc7" - source = "https://github.com/dragonwell-project/dragonwell8/archive/refs/tags/dragonwell-extended-8.20.21_jdk8u422-ga.tar.gz" - source-sha256 = "13e63d0055684e8600ff628488e70d6c3fa40238753bb962259ea048ce28ce3a" + purl = "pkg:generic/alibaba/dragonwell-jdk@8.0.432?arch=amd64" + sha256 = "22f075ae25940a36273c170154b4d8c2c49d579cb07cc9cd12e05dc14c7fa7f0" + source = "https://github.com/dragonwell-project/dragonwell8/archive/refs/tags/dragonwell-extended-8.23.22_jdk8u432-ga.tar.gz" + source-sha256 = "807cd2dfed826bc7d2ca83aed830d33a00de6ec47a4d790b20daf5d9aae6c517" stacks = ["*"] - uri = "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-extended-8.20.21_jdk8u422-ga/Alibaba_Dragonwell_Extended_8.20.21_x64_linux.tar.gz" - version = "8.0.422" + uri = "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-extended-8.23.22_jdk8u432-ga/Alibaba_Dragonwell_Extended_8.23.22_x64_linux.tar.gz" + version = "8.0.432" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"