Skip to content

Commit

Permalink
Merge pull request #466 from paketo-buildpacks/update/buildpack/jre-2…
Browse files Browse the repository at this point in the history
…1-arm-64

Bump JRE 21 ARM64 from 21.0.4 to 21.0.5
  • Loading branch information
dmikusa authored Nov 15, 2024
2 parents d8d2fde + 5d22cca commit f73de37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -355,16 +355,16 @@ api = "0.7"
uri = "https://github.com/eclipse/openj9/blob/master/LICENSE"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:eclipse:openj9:0.46.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:eclipse:openj9:0.48.0:*:*:*:*:*:*:*"]
id = "jre"
name = "OpenJ9 JRE"
purl = "pkg:generic/ibmruntimes/semeru-jre@21.0.2?arch=arm64"
sha256 = "cda6391db96db77167829a775e72d90079fb78887140595648f2959dafc8360b"
source = "https://github.com/ibmruntimes/semeru21-binaries/archive/refs/tags/jdk-21.0.4+7_openj9-0.46.0.tar.gz"
source-sha256 = "647f4e2b1eaefeef084fe3cf7a02b81142d04ec1681ad3c51462e34690661e75"
sha256 = "27fb02bb8e409c5330bbed15f6dce74c3f8255c1f2ef937a697c1b903ca9477a"
source = "https://github.com/ibmruntimes/semeru21-binaries/archive/refs/tags/jdk-21.0.5+11_openj9-0.48.0.tar.gz"
source-sha256 = "38df9d5ebfdb3b49864be081290fb3573f7d71271340cbded793a7f1a3cdad7b"
stacks = ["*"]
uri = "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.4%2B7_openj9-0.46.0/ibm-semeru-open-jre_aarch64_linux_21.0.4_7_openj9-0.46.0.tar.gz"
version = "21.0.4"
uri = "https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.5%2B11_openj9-0.48.0/ibm-semeru-open-jre_aarch64_linux_21.0.5_11_openj9-0.48.0.tar.gz"
version = "21.0.5"

[[metadata.dependencies.licenses]]
type = "EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception"
Expand Down

0 comments on commit f73de37

Please sign in to comment.