From f7740e096da284b42a42e2070993c4a9a150040b Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 17 Apr 2024 05:12:10 +0000 Subject: [PATCH] Bump JRE 11 from 11.0.22 to 11.0.23 Bumps JRE 11 from 11.0.22 to 11.0.23. 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 3d38b60..df48fda 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -156,17 +156,17 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:11.0.22:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:11.0.23:*:*:*:*:*:*:*"] deprecation_date = "2024-12-30T00:00:00Z" id = "jre" name = "SapMachine JRE" - purl = "pkg:generic/sap-machine-jre@11.0.22?arch=amd64" - sha256 = "16a73284bd0813b202e4dd820594c7d2811054824fcb34684d04853bb86a4091" - source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-11.0.22.tar.gz" - source-sha256 = "2feb7e6ecfc71db258f4ca970d364ea90212184a6585e7b3c6adbf741b6b18c5" + purl = "pkg:generic/sap-machine-jre@11.0.23?arch=amd64" + sha256 = "9e0308d6980ddd7642986b949c76f36915878b3bf53bf5560c5fdc313a4293c9" + source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-11.0.23.tar.gz" + source-sha256 = "c091e159967c6ff5a7bc66d8f7f01d3330c6948bbf98467da5315f6c65fb7ec5" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.22/sapmachine-jre-11.0.22_linux-x64_bin.tar.gz" - version = "11.0.22" + uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.23/sapmachine-jre-11.0.23_linux-x64_bin.tar.gz" + version = "11.0.23" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"