Skip to content

Commit

Permalink
Merge pull request #507 from paketo-buildpacks/update/buildpack/jre-1…
Browse files Browse the repository at this point in the history
…1-arm-64

Bump JRE 11 ARM64 from 11.0.24 to 11.0.25
  • Loading branch information
dmikusa authored Oct 16, 2024
2 parents 4758387 + cf29c3e commit 5e0bfde
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -321,14 +321,14 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jre:11.0.24:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:11.0.24:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jre:11.0.25:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:11.0.25:*:*:*:*:*:*:*"]
id = "jre"
name = "Azul Zulu JRE"
purl = "pkg:generic/[email protected].24?arch=arm64"
sha256 = "8f031eecbc0c0bc877c7072934842ed11fb3e93a8f66fc1d1d8f167a5bf41c87"
purl = "pkg:generic/[email protected].25?arch=arm64"
sha256 = "d7fcfeda4941893183fb1ecb85591d75935e2608dfc4360082cf41dbd97f35ca"
stacks = ["*"]
uri = "https://cdn.azul.com/zulu/bin/zulu11.74.15-ca-jre11.0.24-linux_aarch64.tar.gz"
version = "11.0.24"
uri = "https://cdn.azul.com/zulu/bin/zulu11.76.21-ca-jre11.0.25-linux_aarch64.tar.gz"
version = "11.0.25"

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

0 comments on commit 5e0bfde

Please sign in to comment.