From 18823dc1ecbe4b8d8295bf4b532984dbb26da4ab Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 13 May 2024 05:16:37 +0000 Subject: [PATCH] Bump JDK 11 from 11.0.22 to 11.0.23 Bumps JDK 11 from 11.0.22 to 11.0.23. 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 4a471e6..593272a 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -155,16 +155,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jdk:11.0.22:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jdk:11.0.23:*:*:*:*:*:*:*"] id = "jdk" name = "Dragonwell JDK" - purl = "pkg:generic/alibaba/dragonwell-jdk@11.0.22" - sha256 = "ef92ec69ffe90d56d0486ba04e81dd7f19bf6ca2cfdc4afce2f7798efa34e642" - source = "https://github.com/dragonwell-project/dragonwell11/archive/refs/tags/dragonwell-extended-11.0.22.19_jdk-11.0.22-ga.tar.gz" - source-sha256 = "a39431b5bdcc71e7288271196e4a7f3452b5857fc40287f89ac6242be99ee5e2" + purl = "pkg:generic/alibaba/dragonwell-jdk@11.0.23" + sha256 = "662dfdc584e21bcfb7ed87942b5bb4e71a7b7467d4c82211a3615d0834d1c833" + 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" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/dragonwell-project/dragonwell11/releases/download/dragonwell-extended-11.0.22.19_jdk-11.0.22-ga/Alibaba_Dragonwell_Extended_11.0.22.19.7_x64_linux.tar.gz" - version = "11.0.22" + 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_x64_linux.tar.gz" + version = "11.0.23" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"