Skip to content

Commit

Permalink
Merge pull request #738 from paketo-buildpacks/update/buildpack/jdk-21
Browse files Browse the repository at this point in the history
Bump JDK 21 from 21.0.4 to 21.0.5
  • Loading branch information
dmikusa authored Oct 17, 2024
2 parents 8a1f09f + 30aeaf7 commit d513d41
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 @@ -267,16 +267,16 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:21.0.4:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:21.0.5:*:*:*:*:*:*:*"]
id = "jdk"
name = "BellSoft Liberica JDK"
purl = "pkg:generic/bellsoft-jdk@21.0.4?arch=amd64"
sha256 = "2dd08f255877057528501b320a9ad71d7ad24bb58b7c6f1a9b3cd23e820e2e57"
source = "https://github.com/bell-sw/Liberica/releases/download/21.0.4+9/bellsoft-jdk21.0.4+9-src.tar.gz"
source-sha256 = "4e880ee7287aa98c90470969225b9c3e4f6d85da79d45d3da563d04fc690387e"
purl = "pkg:generic/bellsoft-jdk@21.0.5?arch=amd64"
sha256 = "94e05a8c504030ebfe33a0fd9425809e1faf1251b7910af4cdb61bf6b433d830"
source = "https://github.com/bell-sw/Liberica/releases/download/21.0.5+11/bellsoft-jdk21.0.5+11-src.tar.gz"
source-sha256 = "f3fa519ce924b486456334dbfb9d2d69fdd590a6fecf714f0bf0591d6559055e"
stacks = ["*"]
uri = "https://github.com/bell-sw/Liberica/releases/download/21.0.4+9/bellsoft-jdk21.0.4+9-linux-amd64.tar.gz"
version = "21.0.4"
uri = "https://github.com/bell-sw/Liberica/releases/download/21.0.5+11/bellsoft-jdk21.0.5+11-linux-amd64.tar.gz"
version = "21.0.5"

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

0 comments on commit d513d41

Please # to comment.