From a64d89c3fb3091ae7a9d1af26bf1d3e7c12913af Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 24 Jan 2025 05:19:57 +0000 Subject: [PATCH] Bump JRE 8 ARM64 from 8.0.432 to 8.0.442 Bumps JRE 8 ARM64 from 8.0.432 to 8.0.442. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- buildpack.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 3e0b2ae..18d06ca 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -315,16 +315,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:1.8.0:update432:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:1.8.0:update442:*:*:*:*:*:*"] id = "jre" name = "Adoptium JRE" purl = "pkg:generic/adoptium-jre@8.0.422?arch=arm64" - sha256 = "786522da4c761104dd8274c81edc90126a25acaafbbbc5da886b3fb51f33cba2" - source = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jdk-sources_8u432b06.tar.gz" - source-sha256 = "35de71e4352e72bfaec591642819cd3d814519a047dfefbc3b08255309e99d3e" + sha256 = "730ed649ee973b7408cf7107e90576b67e8ed4b3aebb9e3e8a1056151f373152" + source = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u442-b06/OpenJDK8U-jdk-sources_8u442b06.tar.gz" + source-sha256 = "dbd32032ef7aee99b0ac49ac3b89c9f74af184c769c38fb0c00b513b339e0798" stacks = ["*"] - uri = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jre_aarch64_linux_hotspot_8u432b06.tar.gz" - version = "8.0.432" + uri = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u442-b06/OpenJDK8U-jre_aarch64_linux_hotspot_8u442b06.tar.gz" + version = "8.0.442" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"