Skip to content

Commit

Permalink
Merge pull request #241 from paketo-buildpacks/update/buildpack/jdk-8
Browse files Browse the repository at this point in the history
Bump JDK 8 from 8.0.392 to 8.0.402
  • Loading branch information
dmikusa authored Feb 28, 2024
2 parents 63d14d8 + 4fa63e3 commit d8b1c9c
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:update392:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:1.8.0:update402:*:*:*:*:*:*:*"]
id = "jdk"
name = "Dragonwell JDK"
purl = "pkg:generic/alibaba/dragonwell-jdk@8.0.392"
sha256 = "95e6c74e63002d3d920af4492cb90479ff2defad0618910150ed36197295e560"
source = "https://github.com/dragonwell-project/dragonwell8/archive/refs/tags/dragonwell-extended-8.17.18_jdk8u392-ga.tar.gz"
source-sha256 = "b96e7c1aceb6ae292f923fd0bbf04a4c7d8a74d17d92b4f9ab413b0c94be13ad"
purl = "pkg:generic/alibaba/dragonwell-jdk@8.0.402"
sha256 = "c74c1a450ca7c062a615b42aca87587bdb6be6d10d7cee069f2780eb711df035"
source = "https://github.com/dragonwell-project/dragonwell8/archive/refs/tags/dragonwell-extended-8.18.19_jdk8u402-ga.tar.gz"
source-sha256 = "2f48bfc11134138f4c281362834f03e326736d1db619d8be9baf76482583074f"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-extended-8.17.18_jdk8u392-ga/Alibaba_Dragonwell_Extended_8.17.18_x64_linux.tar.gz"
version = "8.0.392"
uri = "https://github.com/dragonwell-project/dragonwell8/releases/download/dragonwell-extended-8.18.19_jdk8u402-ga/Alibaba_Dragonwell_Extended_8.18.19_x64_linux.tar.gz"
version = "8.0.402"

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

0 comments on commit d8b1c9c

Please sign in to comment.