From 72e842580a0d648c37b4c8ce2319db654bde9bf7 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 13 May 2024 05:14:37 +0000 Subject: [PATCH] Bump JDK 17 from 17.0.10 to 17.0.11 Bumps JDK 17 from 17.0.10 to 17.0.11. 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..aa73f29 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -171,16 +171,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jdk:17.0.10:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jdk:17.0.11:*:*:*:*:*:*:*"] id = "jdk" name = "Dragonwell JDK" - purl = "pkg:generic/alibaba/dragonwell-jdk@17.0.10" - sha256 = "37ab2d9b12b4e3c3befae884c79caabc187cfaf369ffcae75e57e5c93608875a" - source = "https://github.com/dragonwell-project/dragonwell17/archive/refs/tags/dragonwell-standard-17.0.10.0.11+7_jdk-17.0.10-ga.tar.gz" - source-sha256 = "e6da3ff8f594a47b1efa0d9513a34d21f9b44cb75d7f6727457bf3c81bd5a13d" + purl = "pkg:generic/alibaba/dragonwell-jdk@17.0.11" + sha256 = "2ea1577803314807beeb0a4b95540850195d99a62c7fd07910f844320e1c2c6f" + source = "https://github.com/dragonwell-project/dragonwell17/archive/refs/tags/dragonwell-standard-17.0.11.0.12+9_jdk-17.0.11-ga.tar.gz" + source-sha256 = "9b70df748cf00362892b2cbb53f2d0c81b184498555bd3e365759b7eb85bf90b" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/dragonwell-project/dragonwell17/releases/download/dragonwell-standard-17.0.10.0.11%2B7_jdk-17.0.10-ga/Alibaba_Dragonwell_Standard_17.0.10.0.11.7_x64_linux.tar.gz" - version = "17.0.10" + uri = "https://github.com/dragonwell-project/dragonwell17/releases/download/dragonwell-standard-17.0.11.0.12%2B9_jdk-17.0.11-ga/Alibaba_Dragonwell_Standard_17.0.11.0.12.9_x64_linux.tar.gz" + version = "17.0.11" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"