Skip to content

Commit

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

Bump JRE 23 ARM64 from 23.0.1 to 23.0.2
  • Loading branch information
dmikusa authored Jan 24, 2025
2 parents 91c4d20 + 6354bb2 commit 7924042
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 @@ -555,16 +555,16 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jre:23.0.1:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jre:23.0.2:*:*:*:*:*:*:*"]
id = "jre"
name = "BellSoft Liberica JRE"
purl = "pkg:generic/bellsoft-jre@23.0.1?arch=arm64"
sha256 = "b64ba1b01f13c9fbf32fbd9fe1b96967db18881caf4d3d490c068aaacdc51c70"
source = "https://github.com/bell-sw/Liberica/releases/download/23.0.1+13/bellsoft-jdk23.0.1+13-src.tar.gz"
source-sha256 = "9398f349ffd372551daa6ef77d92181b0b7ccef0e612433b8184e06e07399c0a"
purl = "pkg:generic/bellsoft-jre@23.0.2?arch=arm64"
sha256 = "f617d1fdc125be1cd26f31301c5263c8e3156a4e7b303ece75fe8fb419df96b2"
source = "https://github.com/bell-sw/Liberica/releases/download/23.0.2+9/bellsoft-jdk23.0.2+9-src.tar.gz"
source-sha256 = "5786559d3f03e2e637e9d206d049e7caf4b8a0c071fdcc1a913b06c19d03ca4d"
stacks = ["*"]
uri = "https://github.com/bell-sw/Liberica/releases/download/23.0.1+13/bellsoft-jre23.0.1+13-linux-aarch64.tar.gz"
version = "23.0.1"
uri = "https://github.com/bell-sw/Liberica/releases/download/23.0.2+9/bellsoft-jre23.0.2+9-linux-aarch64.tar.gz"
version = "23.0.2"

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

0 comments on commit 7924042

Please # to comment.