Skip to content

Commit

Permalink
Merge pull request #291 from paketo-buildpacks/update/buildpack/jdk-17
Browse files Browse the repository at this point in the history
Bump JDK 17 from 17.0.12 to 17.0.13
  • Loading branch information
dmikusa authored Nov 21, 2024
2 parents 7618bda + abb9b1f commit f19d6ad
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 @@ -171,16 +171,16 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:17.0.12:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:17.0.13:*:*:*:*:*:*:*"]
id = "jdk"
name = "Dragonwell JDK"
purl = "pkg:generic/alibaba/dragonwell-jdk@17.0.12?arch=amd64"
sha256 = "b46750a32e1661bca105124ba95ca07c504c7ec06bb27c0ab462db9b4ee21ab0"
source = "https://github.com/dragonwell-project/dragonwell17/archive/refs/tags/dragonwell-standard-17.0.12.0.13+7_jdk-17.0.12-ga.tar.gz"
source-sha256 = "9e3e5e3522487470b4794381e36387f18783f74d5dc3f3d7edca6d70beda8dfa"
purl = "pkg:generic/alibaba/dragonwell-jdk@17.0.13?arch=amd64"
sha256 = "281d1c204fc0bfa6d7669921a8261cc7efc7513818d3312e9306786814457966"
source = "https://github.com/dragonwell-project/dragonwell17/archive/refs/tags/dragonwell-standard-17.0.13.0.14+9_jdk-17.0.13-ga.tar.gz"
source-sha256 = "24a39ea3d3a234849580c9243777666f20f4d9fd10a231c741a7623f9bbf0fee"
stacks = ["*"]
uri = "https://github.com/dragonwell-project/dragonwell17/releases/download/dragonwell-standard-17.0.12.0.13%2B7_jdk-17.0.12-ga/Alibaba_Dragonwell_Standard_17.0.12.0.13.7_x64_linux.tar.gz"
version = "17.0.12"
uri = "https://github.com/dragonwell-project/dragonwell17/releases/download/dragonwell-standard-17.0.13.0.14%2B9_jdk-17.0.13-ga/Alibaba_Dragonwell_Standard_17.0.13.0.14.9_x64_linux.tar.gz"
version = "17.0.13"

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

0 comments on commit f19d6ad

Please sign in to comment.