diff --git a/buildpack.toml b/buildpack.toml index 2153acc..f34ac97 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -219,16 +219,16 @@ api = "0.7" uri = "https://openjdk.java.net/legal/gplv2+ce.html" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:oracle:jre:17.0.13:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:oracle:jre:17.0.14:*:*:*:*:*:*:*"] id = "jre" name = "Adoptium JRE" - purl = "pkg:generic/adoptium-jre@17.0.13?arch=amd64" - sha256 = "4086cc7cb2d9e7810141f255063caad10a8a018db5e6b47fa5394c506ab65bff" - source = "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jdk-sources_17.0.13_11.tar.gz" - source-sha256 = "dfcdba82f1ef7a622524e58bcc1357b85e77d95c66ed220006dde07f18c7694d" + purl = "pkg:generic/adoptium-jre@17.0.14?arch=amd64" + sha256 = "a4b0015872758aac6a5d17139e952a3951ee536ae6d9a99828823a80a71add56" + source = "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.14%2B7/OpenJDK17U-jdk-sources_17.0.14_7.tar.gz" + source-sha256 = "90205cce5937caa786283c867180eac24ab242f528066e512d79c3554457d50a" stacks = ["*"] - uri = "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jre_x64_linux_hotspot_17.0.13_11.tar.gz" - version = "17.0.13" + uri = "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.14%2B7/OpenJDK17U-jre_x64_linux_hotspot_17.0.14_7.tar.gz" + version = "17.0.14" [[metadata.dependencies.licenses]] type = "GPL-2.0 WITH Classpath-exception-2.0"