From 7f174665a4f3ac655f536a81181a7e536c5dccf0 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 17 Oct 2024 05:17:14 +0000 Subject: [PATCH] Bump JDK 23 ARM64 from 23.0.0 to 23.0.1 Bumps JDK 23 ARM64 from 23.0.0 to 23.0.1. 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 448ee493..45fe64e5 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -539,16 +539,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jdk:23.0.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jdk:23.0.1:*:*:*:*:*:*:*"] id = "jdk" name = "BellSoft Liberica JDK" - purl = "pkg:generic/bellsoft-jdk@23.0.0?arch=arm64" - sha256 = "2c355445fc45ab2c98dccd7c5e68a38760c1a7ae5b85595abb24dcb33e78777d" - source = "https://github.com/bell-sw/Liberica/releases/download/23+38/bellsoft-jdk23+38-src.tar.gz" - source-sha256 = "b702a39e4b2b7a88f81d4996b2e2db22cd4de0696b8ef102013452cda0a7d5ff" + purl = "pkg:generic/bellsoft-jdk@23.0.1?arch=arm64" + sha256 = "0ebc5261c58082ad25d471b77c341221a694858afffb1edd9b5c8ba786caa969" + source = "https://github.com/bell-sw/Liberica/releases/download/23.0.1+13/bellsoft-jdk23.0.1+13-src.tar.gz" + source-sha256 = "9398f349ffd372551daa6ef77d92181b0b7ccef0e612433b8184e06e07399c0a" stacks = ["*"] - uri = "https://github.com/bell-sw/Liberica/releases/download/23+38/bellsoft-jdk23+38-linux-aarch64.tar.gz" - version = "23.0.0" + uri = "https://github.com/bell-sw/Liberica/releases/download/23.0.1+13/bellsoft-jdk23.0.1+13-linux-aarch64.tar.gz" + version = "23.0.1" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"