Skip to content

Commit

Permalink
Bump JRE 11 ARM64 from 11.0.23 to 11.0.23
Browse files Browse the repository at this point in the history
Bumps JRE 11 ARM64 from 11.0.23 to 11.0.23.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
paketo-bot authored and github-actions[bot] committed Apr 19, 2024
1 parent 2e4b450 commit c727505
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,11 @@ api = "0.7"
id = "jre"
name = "Adoptium JRE"
purl = "pkg:generic/adoptium-jre@11.0.23?arch=arm64"
sha256 = "blank"
sha256 = "786a72296189ba8e43999532aa73730d87ec1fce558eb3c4e98b611b423375e3"
source = "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jdk-sources_11.0.23_9.tar.gz"
source-sha256 = "2c68489eaf96c679039f1d0ebe0a9096234fbe941f70a4be6d38b80e8ea585d8"
stacks = ["*"]
uri = "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.23_9.tar.gz"
uri = "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.23%2B9/OpenJDK11U-jre_x64_linux_hotspot_11.0.23_9.tar.gz"
version = "11.0.23"

[[metadata.dependencies.licenses]]
Expand Down Expand Up @@ -427,7 +427,7 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:22.0.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:22.0.0:*:*:*:*:*:*:*"]
id = "jdk"
name = "Adoptium JDK"
purl = "pkg:generic/adoptium-dk@22.0.0?arch=arm64"
Expand Down Expand Up @@ -458,14 +458,13 @@ api = "0.7"
type = "GPL-2.0 WITH Classpath-exception-2.0"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"


[[stacks]]
id = "*"

[[targets]]
arch = "amd64"
os = "linux"
arch = "amd64"
os = "linux"

[[targets]]
arch = "arm64"
os = "linux"
arch = "arm64"
os = "linux"

0 comments on commit c727505

Please sign in to comment.