Skip to content

Commit

Permalink
Merge pull request #44 from paketo-buildpacks/update/buildpack/jdk-18
Browse files Browse the repository at this point in the history
Bump JDK 18 from 18.0.0 to 18.0.1
  • Loading branch information
pivotal-david-osullivan authored Apr 20, 2022
2 parents 24072e2 + 4bad16b commit 7f49204
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 @@ -141,14 +141,14 @@ api = "0.7"
uri = "https://www.oracle.com/downloads/licenses/no-fee-license.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:18.0.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:18.0.1:*:*:*:*:*:*:*"]
id = "jdk"
name = "oracle-jdk"
purl = "pkg:generic/[email protected].0?arch=amd64"
sha256 = "d52c868db194c8b474982c83480ab49a4e6f1025ebf4332042b0b5efc334abfe"
purl = "pkg:generic/[email protected].1?arch=amd64"
sha256 = "15f017ea76d7bb9da2e4c25097d515f1a6181f7e857f86919721fe760a19ff56"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://download.oracle.com/java/18/archive/jdk-18_linux-x64_bin.tar.gz"
version = "18.0.0"
uri = "https://download.oracle.com/java/18/archive/jdk-18.0.1_linux-x64_bin.tar.gz"
version = "18.0.1"

[[metadata.dependencies.licenses]]
type = "Oracle No-Fee Terms and Conditions License"
Expand Down

0 comments on commit 7f49204

Please sign in to comment.