diff --git a/buildpack.toml b/buildpack.toml index d9c99e9..b4366b3 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -299,16 +299,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jdk:1.8.0:update422:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jdk:1.8.0:update432:*:*:*:*:*:*"] id = "jdk" name = "Adoptium JDK" purl = "pkg:generic/adoptium-jdk@8.0.422?arch=arm64" - sha256 = "af98a839ec238106078bd360af9e405dc6665c05ee837178ed13b92193681923" - source = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk-sources_8u422b05.tar.gz" - source-sha256 = "ed95a098f1036b1300d6a6470f77b3445c02d2994e4d6ef8ef991183129cda80" + sha256 = "383caabc20428e9500f2e07965317ed4387a0e336104483e29a9e06eeffbf26b" + source = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jdk-sources_8u432b06.tar.gz" + source-sha256 = "35de71e4352e72bfaec591642819cd3d814519a047dfefbc3b08255309e99d3e" stacks = ["*"] - uri = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u422-b05/OpenJDK8U-jdk_aarch64_linux_hotspot_8u422b05.tar.gz" - version = "8.0.422" + uri = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u432-b06/OpenJDK8U-jdk_aarch64_linux_hotspot_8u432b06.tar.gz" + version = "8.0.432" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"