From f68acc554d0fc31d665a7ba41ed031a6ed5250d9 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 17 Oct 2024 05:14:25 +0000 Subject: [PATCH] Bump JRE 17 ARM64 from 17.0.12 to 17.0.13 Bumps JRE 17 ARM64 from 17.0.12 to 17.0.13. 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..3611dbec 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -459,16 +459,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:17.0.12:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:17.0.13:*:*:*:*:*:*:*"] id = "jre" name = "BellSoft Liberica JRE" - purl = "pkg:generic/bellsoft-jre@17.0.12?arch=arm64" - sha256 = "c50776cc5480c6e821da504ccaa889c187b4a2bb373bdd6309545670f92de939" - source = "https://github.com/bell-sw/Liberica/releases/download/17.0.12+10/bellsoft-jdk17.0.12+10-src.tar.gz" - source-sha256 = "a81d8c10b4b1a0cd444d695aaf6e1436e467df0a2bf62a60a0de1fdffc137e86" + purl = "pkg:generic/bellsoft-jre@17.0.13?arch=arm64" + sha256 = "64814ecbbf7141a6470239c9984020158c2dad6ec9e4082dcae20c6eeb412c5b" + source = "https://github.com/bell-sw/Liberica/releases/download/17.0.13+12/bellsoft-jdk17.0.13+12-src.tar.gz" + source-sha256 = "01bccb7af7279fefb7574e55a385b86ced7f7f643375553dcf3e65e92e977423" stacks = ["*"] - uri = "https://github.com/bell-sw/Liberica/releases/download/17.0.12+10/bellsoft-jre17.0.12+10-linux-aarch64.tar.gz" - version = "17.0.12" + uri = "https://github.com/bell-sw/Liberica/releases/download/17.0.13+12/bellsoft-jre17.0.13+12-linux-aarch64.tar.gz" + version = "17.0.13" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"