From 673689c04c3a40745f520efa25516ee1bfca94cc Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 23 Jan 2025 05:17:12 +0000 Subject: [PATCH] Bump JRE 23 from 23.0.1 to 23.0.2 Bumps JRE 23 from 23.0.1 to 23.0.2. 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 0a81148..0f5d09c 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -224,17 +224,17 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:23.0.1:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:23.0.2:*:*:*:*:*:*:*"] deprecation_date = "2025-03-18T00:00:00Z" id = "jre" name = "SapMachine JRE" - purl = "pkg:generic/sap-machine-jre@23.0.1?arch=amd64" - sha256 = "88ad5f98412d6bdb29032d2c3691e65e2af7e46dd0b56f30583f9003a0b7f824" - source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-23.0.1.tar.gz" - source-sha256 = "82a5f2747fa876d70ee9d9e2f4850c0e7810e2dcb42cd608dc8f583eadc16608" + purl = "pkg:generic/sap-machine-jre@23.0.2?arch=amd64" + sha256 = "63ccb4cfae6add472d5c293b22b0124d27553a8ba207f7bfeac66dd1976b2446" + source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-23.0.2.tar.gz" + source-sha256 = "172445047f90dcaa67e72ff6e84b93cf3bfad962dd39d8d2a86befd42b4858e7" stacks = ["*"] - uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-23.0.1/sapmachine-jre-23.0.1_linux-x64_bin.tar.gz" - version = "23.0.1" + uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-23.0.2/sapmachine-jre-23.0.2_linux-x64_bin.tar.gz" + version = "23.0.2" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"