Skip to content

Commit

Permalink
Bump JDK 8 from 8.0.382 to 8.0.392
Browse files Browse the repository at this point in the history
Bumps JDK 8 from 8.0.382 to 8.0.392.

Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
paketo-bot authored Oct 24, 2023
1 parent 00012c7 commit 559ab0f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,16 @@ api = "0.7"
name = "JAVA_TOOL_OPTIONS"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:1.8.0:update382:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:1.8.0:update392:*:*:*:*:*:*:*"]
id = "jdk"
name = "Adoptium JDK"
purl = "pkg:generic/adoptium/temurin@8.0.382"
sha256 = "789ad24dc0d9618294e3ba564c9bfda9d3f3a218604350e0ce0381bbc8f28db3"
source = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u382-b05/OpenJDK8U-jdk-sources_8u382b05.tar.gz"
source-sha256 = "23b523dfad72590e5a059d5f295b0ba21afaef9163fa6c90ef182bcd48d6828d"
purl = "pkg:generic/adoptium/temurin@8.0.392"
sha256 = "15d091e22aa0cad12a241acff8c1634e7228b9740f8d19634250aa6fe0c19a33"
source = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u392-b08/OpenJDK8U-jdk-sources_8u392b08.tar.gz"
source-sha256 = "a0c1822944322efc5b9e937d22a268b35d6cfe28befe81a22fc8a5255a8cc744"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u382-b05/OpenJDK8U-jdk_x64_linux_hotspot_8u382b05.tar.gz"
version = "8.0.382"
uri = "https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u392-b08/OpenJDK8U-jdk_x64_linux_hotspot_8u392b08.tar.gz"
version = "8.0.392"

[[metadata.dependencies.licenses]]
type = "GPL-2.0 WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 559ab0f

Please sign in to comment.