Skip to content

Commit

Permalink
Merge pull request #414 from paketo-buildpacks/update/buildpack/jre-8
Browse files Browse the repository at this point in the history
Bump JRE 8 from 8.0.402 to 8.0.412
  • Loading branch information
anthonydahanne authored Apr 17, 2024
2 parents 4d1beb0 + 36947ec commit 532bbd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jre:1.8.0:update402:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:1.8.0:update402:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jre:1.8.0:update412:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:1.8.0:update412:*:*:*:*:*:*"]
id = "jre"
name = "Azul Zulu JRE"
purl = "pkg:generic/[email protected]?arch=amd64"
sha256 = "a9bd2cdf8c03a7e6e139d594c8a94c6dc9721bf3da55286144d4afbf9a063335"
sha256 = "34710d1420a24144b99f16539e9d672a9b0f9f8742299aa403e2068e61a5d166"
stacks = ["*"]
uri = "https://cdn.azul.com/zulu/bin/zulu8.76.0.17-ca-jre8.0.402-linux_x64.tar.gz"
version = "8.0.402"
uri = "https://cdn.azul.com/zulu/bin/zulu8.78.0.19-ca-jre8.0.412-linux_x64.tar.gz"
version = "8.0.412"

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

0 comments on commit 532bbd1

Please sign in to comment.