Skip to content

Commit

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

Bump JRE 21 ARM64 from 21.0.3 to 21.0.4
  • Loading branch information
dmikusa authored Jul 17, 2024
2 parents 982cf44 + 147b075 commit cfb8f6d
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 @@ -377,14 +377,14 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jre:21.0.3:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:21.0.3:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jre:21.0.4:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:21.0.4:*:*:*:*:*:*:*"]
id = "jre"
name = "Azul Zulu JRE"
purl = "pkg:generic/[email protected].3?arch=arm64"
sha256 = "908b0357131747df386784e0e961e244fe8234e056b489cdfde3ffe1db8132d6"
purl = "pkg:generic/[email protected].4?arch=arm64"
sha256 = "bb328459e1ccfdb623e1a19fdc7242362c7c688a40099542dc11bb7ed588885c"
stacks = ["*"]
uri = "https://cdn.azul.com/zulu/bin/zulu21.34.19-ca-jre21.0.3-linux_aarch64.tar.gz"
version = "21.0.3"
uri = "https://cdn.azul.com/zulu/bin/zulu21.36.17-ca-jre21.0.4-linux_aarch64.tar.gz"
version = "21.0.4"

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

0 comments on commit cfb8f6d

Please sign in to comment.