diff --git a/buildpack.toml b/buildpack.toml index 4174942..b4a2590 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -190,17 +190,17 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:17.0.12:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:17.0.13:*:*:*:*:*:*:*"] deprecation_date = "2026-09-30T00:00:00Z" id = "jre" name = "SapMachine JRE" - purl = "pkg:generic/sap-machine-jre@17.0.12?arch=amd64" - sha256 = "37ccfe07efd3c221818ee38c024d830831e4730e4cc207bcd05b462f2c18b0ae" - source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-17.0.12.tar.gz" - source-sha256 = "571451afcb617c167726dce642a37a577b398c779df1c241665e261690f6f22e" + purl = "pkg:generic/sap-machine-jre@17.0.13?arch=amd64" + sha256 = "b5f16befcb6415cfcf3bdb57b361c8eeca8176d494cd1e6c067cd56acec1afe6" + source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-17.0.13.tar.gz" + source-sha256 = "e7377af1e520629e27e65905d1e5cdc9686fd0aa14b1d542d487ece897377fa6" stacks = ["*"] - uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.12/sapmachine-jre-17.0.12_linux-x64_bin.tar.gz" - version = "17.0.12" + uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-17.0.13/sapmachine-jre-17.0.13_linux-x64_bin.tar.gz" + version = "17.0.13" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"