Skip to content

Commit

Permalink
Merge pull request #411 from paketo-buildpacks/update/buildpack/jdk-22
Browse files Browse the repository at this point in the history
Bump JDK 22 from 22.0.0 to 22.0.1
  • Loading branch information
anthonydahanne authored Apr 17, 2024
2 parents 29d493b + 54fa918 commit e001913
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 @@ -251,14 +251,14 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:22.0.0:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:22.0.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:22.0.1:*:*:*:*:*:*:*", "cpe:2.3:a:azul:zulu:22.0.1:*:*:*:*:*:*:*"]
id = "jdk"
name = "Azul Zulu JDK"
purl = "pkg:generic/[email protected].0?arch=amd64"
sha256 = "1ef322383b33fa9baed71b711b64515c7fcf58293dd4f18d67b51c39df68aea4"
purl = "pkg:generic/[email protected].1?arch=amd64"
sha256 = "993d91062c631d10508475f7b112724fa8136704ec1412d5cc1f93ddda1eddb0"
stacks = ["*"]
uri = "https://cdn.azul.com/zulu/bin/zulu22.28.91-ca-jdk22.0.0-linux_x64.tar.gz"
version = "22.0.0"
uri = "https://cdn.azul.com/zulu/bin/zulu22.30.13-ca-jdk22.0.1-linux_x64.tar.gz"
version = "22.0.1"

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

0 comments on commit e001913

Please sign in to comment.