Skip to content

Commit

Permalink
Merge pull request #174 from paketo-buildpacks/update/buildpack/jre-8
Browse files Browse the repository at this point in the history
Bump JRE 8 from 8.0.312 to 8.0.322
  • Loading branch information
pivotal-david-osullivan authored Jan 28, 2022
2 parents fbb471b + 1881e20 commit 5b3fee7
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 @@ -117,14 +117,14 @@ api = "0.7"
uri = "https://github.com/eclipse/openj9/blob/master/LICENSE"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:eclipse:openj9:0.29.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:eclipse:openj9:0.30.0:*:*:*:*:*:*:*"]
id = "jre"
name = "OpenJ9 JRE"
purl = "pkg:generic/ibmruntimes/[email protected].312"
sha256 = "0bdd811bb21b4664ff955c95ce462aaa3ace7669b56a3db79cf22ef0b9dbd1b4"
purl = "pkg:generic/ibmruntimes/[email protected].322"
sha256 = "9744927fa07671cde675e90efc4b8f72dff8a7fb13fbf86339548c61f93dc486"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u312-b07_openj9-0.29.0/ibm-semeru-open-jre_x64_linux_8u312b07_openj9-0.29.0.tar.gz"
version = "8.0.312"
uri = "https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u322-b06_openj9-0.30.0/ibm-semeru-open-jre_x64_linux_8u322b06_openj9-0.30.0.tar.gz"
version = "8.0.322"

[[metadata.dependencies.licenses]]
type = "EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception"
Expand Down

0 comments on commit 5b3fee7

Please sign in to comment.