From 1455f35d88eaba9db99766780351a9cb3e16a4b5 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Tue, 13 Aug 2024 05:19:02 +0000 Subject: [PATCH] Bump JDK 11 ARM64 from 11.0.23 to 11.0.24 Bumps JDK 11 ARM64 from 11.0.23 to 11.0.24. 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 7d2602b..9467c2b 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -219,16 +219,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jdk:11.0.23:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jdk:11.0.24:*:*:*:*:*:*:*"] id = "jdk" name = "Dragonwell JDK" - purl = "pkg:generic/alibaba/dragonwell-jdk@11.0.23?arch=arm64" - sha256 = "2f399231644fe1e3f1b4b5298e85f21f4863017767e9e5afb00ee46e2d7780d9" - source = "https://github.com/dragonwell-project/dragonwell11/archive/refs/tags/dragonwell-extended-11.0.23.20_jdk-11.0.23-ga.tar.gz" - source-sha256 = "f79a4d3b338acdf3a28f96dbfa13de588156537cf23b42ab7a1e7e3e5b549f8b" + purl = "pkg:generic/alibaba/dragonwell-jdk@11.0.24?arch=arm64" + sha256 = "4de6e738b08c7231bb877133d6702ebdc00d5ea4058d14b90bd5ff360f28ecc5" + source = "https://github.com/dragonwell-project/dragonwell11/archive/refs/tags/dragonwell-extended-11.0.24.21_jdk-11.0.24-ga.tar.gz" + source-sha256 = "616ba00f24911743f5b91caaf75aae04a1cf8cdfbac67ca79dfcdfd144ff23e1" stacks = ["*"] - uri = "https://github.com/dragonwell-project/dragonwell11/releases/download/dragonwell-extended-11.0.23.20_jdk-11.0.23-ga/Alibaba_Dragonwell_Extended_11.0.23.20.9_aarch64_linux.tar.gz" - version = "11.0.23" + uri = "https://github.com/dragonwell-project/dragonwell11/releases/download/dragonwell-extended-11.0.24.21_jdk-11.0.24-ga/Alibaba_Dragonwell_Extended_11.0.24.21.8_aarch64_linux.tar.gz" + version = "11.0.24" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"