Skip to content

Commit

Permalink
Merge pull request #12 from paketo-buildpacks/update-buildpack/jdk-14
Browse files Browse the repository at this point in the history
Bump JDK 14 from 14.0.0 to 14.0.2

Signed-off-by: Ben Hale <bhale@vmware.com>
  • Loading branch information
nebhale authored Oct 6, 2020
2 parents ecf8909 + 3249cdb commit d8222ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3"
[[metadata.dependencies]]
id = "jdk"
name = "AdoptOpenJDK JDK"
version = "14.0.0"
uri = "placeholder"
sha256 = "placeholder"
version = "14.0.2"
uri = "https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.2%2B12/OpenJDK14U-jdk_x64_linux_hotspot_14.0.2_12.tar.gz"
sha256 = "7d5ee7e06909b8a99c0d029f512f67b092597aa5b0e78c109bd59405bbfa74fe"
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
Expand Down

0 comments on commit d8222ee

Please sign in to comment.