From fa726e31cafd37fc96ef0f293c2c1cf9bba82160 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 18 Jul 2024 05:17:04 +0000 Subject: [PATCH] Bump JRE 17 ARM64 from 17.0.11 to 17.0.12 Bumps JRE 17 ARM64 from 17.0.11 to 17.0.12. 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 9b1b17e..22520b6 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -326,17 +326,17 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:17.0.11:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:17.0.12:*:*:*:*:*:*:*"] deprecation_date = "2026-09-30T00:00:00Z" id = "jre" name = "SapMachine JRE" - purl = "pkg:generic/sap-machine-jre@17.0.11?arch=arm64" - sha256 = "c618cfc0336a684642eb63be7a81129795a40642f0ec114f778dea5eb0e0c6cf" - source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-17.0.11.tar.gz" - source-sha256 = "d7c78dd8dafbf5d4c514eb352b7fbc298b36280a93a79c4368597c4746e1a4d8" + purl = "pkg:generic/sap-machine-jre@17.0.12?arch=arm64" + sha256 = "99b7c731066f87c09871c68c2f79422ef61b1ee4f16eab47074d2c92df773e1d" + source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-17.0.12.tar.gz" + source-sha256 = "571451afcb617c167726dce642a37a577b398c779df1c241665e261690f6f22e" stacks = ["*"] - uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.11/sapmachine-jre-17.0.11_linux-aarch64_bin.tar.gz" - version = "17.0.11" + uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.12/sapmachine-jre-17.0.12_linux-aarch64_bin.tar.gz" + version = "17.0.12" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"