Skip to content

Commit

Permalink
Merge pull request #490 from paketo-buildpacks/update/buildpack/jdk-21
Browse files Browse the repository at this point in the history
Bump JDK 21 from 21.0.5 to 21.0.6
  • Loading branch information
dmikusa authored Jan 23, 2025
2 parents 29dc5c8 + 19bc546 commit d9e0a25
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 @@ -173,17 +173,17 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:21.0.5:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:21.0.6:*:*:*:*:*:*:*"]
deprecation_date = "2028-09-30T00:00:00Z"
id = "jdk"
name = "SapMachine JDK"
purl = "pkg:generic/sap-machine-jdk@21.0.5?arch=amd64"
sha256 = "713056536aea7bbb1f93fe978df20f69e23f37171abf272068339f75525b84d3"
source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-21.0.5.tar.gz"
source-sha256 = "4845ad15012cf9a7c87af6b9eec4add69815fd0136fdef09eb1adcb95aca2df1"
purl = "pkg:generic/sap-machine-jdk@21.0.6?arch=amd64"
sha256 = "ff64ee0a4d6e48f9d164a0de070e413455dab34c89a6fa24d2a48ea63e556dfd"
source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-21.0.6.tar.gz"
source-sha256 = "f2bd95de3997273b3f84694ed348d4f80020cfed189392f88c3dfcf66013466d"
stacks = ["*"]
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.5/sapmachine-jdk-21.0.5_linux-x64_bin.tar.gz"
version = "21.0.5"
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-21.0.6/sapmachine-jdk-21.0.6_linux-x64_bin.tar.gz"
version = "21.0.6"

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

0 comments on commit d9e0a25

Please sign in to comment.