diff --git a/buildpack.toml b/buildpack.toml index 2153acc..cba16a0 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -347,16 +347,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:11.0.25:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:11.0.26:*:*:*:*:*:*:*"] id = "jre" name = "Adoptium JRE" - purl = "pkg:generic/adoptium-jre@11.0.25?arch=arm64" - sha256 = "e37ba6636e31f3c9191ac7e3fd0ab7fb354a2f3b320d68bfb95efd1e053134c9" - source = "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B9/OpenJDK11U-jdk-sources_11.0.25_9.tar.gz" - source-sha256 = "525654cdbc5d3b426516cdefdcbda7bbfb7f45dacb19f4ebc69f23aa25d3f484" + purl = "pkg:generic/adoptium-jre@11.0.26?arch=arm64" + sha256 = "4ececb5c229763107e9e4acf3b7035db38cf18a98a47176fa5ed1be3f3d15518" + source = "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jdk-sources_11.0.26_4.tar.gz" + source-sha256 = "aa231086950a9743eeae4537f4f063a78474d08f4ae306def73d9a955f6022a4" stacks = ["*"] - uri = "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B9/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.25_9.tar.gz" - version = "11.0.25" + uri = "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.26_4.tar.gz" + version = "11.0.26" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"