Skip to content

Commit

Permalink
Merge pull request #687 from paketo-buildpacks/update/buildpack/jdk-8
Browse files Browse the repository at this point in the history
Bump JDK 8 from 8.0.412 to 8.0.422
  • Loading branch information
dmikusa authored Jul 18, 2024
2 parents 9abffb9 + 9701764 commit a5e22f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,16 @@ api = "0.7"
name = "JAVA_TOOL_OPTIONS"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:1.8.0:update412:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:1.8.0:update422:*:*:*:*:*:*:*"]
id = "jdk"
name = "BellSoft Liberica JDK"
purl = "pkg:generic/bellsoft-jdk@8.0.402?arch=amd64"
sha256 = "d4fe0044dc875f7a2a4349f822c851741be73992ca1ae962572333a399081c52"
source = "https://github.com/bell-sw/Liberica/releases/download/8u412+9/bellsoft-jdk8u412+9-src.tar.gz"
source-sha256 = "2c80cc3f2ff4301e67e09b8af6c5e83ca6392eb497d9a46f7a4fca245dca1ec2"
purl = "pkg:generic/bellsoft-jdk@8.0.422?arch=amd64"
sha256 = "b7bd03111261047c23f9538cf3ffb7fd74d6622ed94ec08c0662a9592e6f1f9e"
source = "https://github.com/bell-sw/Liberica/releases/download/8u422+6/bellsoft-jdk8u422+6-src.tar.gz"
source-sha256 = "51fdc490990f46861d7a006f204d1f37928f521d95b2e34e4cfa262d7c3f4bae"
stacks = ["*"]
uri = "https://github.com/bell-sw/Liberica/releases/download/8u412+9/bellsoft-jdk8u412+9-linux-amd64.tar.gz"
version = "8.0.412"
uri = "https://github.com/bell-sw/Liberica/releases/download/8u422+6/bellsoft-jdk8u422+6-linux-amd64.tar.gz"
version = "8.0.422"

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

0 comments on commit a5e22f3

Please sign in to comment.