Skip to content

Commit

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

Bump JRE 11 ARM64 from 11.0.25 to 11.0.26
  • Loading branch information
dmikusa authored Jan 27, 2025
2 parents 66700c5 + a5267c4 commit b83807f
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 @@ -347,16 +347,16 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jre:11.0.25:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jre:11.0.26:*:*:*:*:*:*:*"]
id = "jre"
name = "Adoptium JRE"
purl = "pkg:generic/adoptium-jre@11.0.25?arch=arm64"
sha256 = "e37ba6636e31f3c9191ac7e3fd0ab7fb354a2f3b320d68bfb95efd1e053134c9"
source = "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B9/OpenJDK11U-jdk-sources_11.0.25_9.tar.gz"
source-sha256 = "525654cdbc5d3b426516cdefdcbda7bbfb7f45dacb19f4ebc69f23aa25d3f484"
purl = "pkg:generic/adoptium-jre@11.0.26?arch=arm64"
sha256 = "4ececb5c229763107e9e4acf3b7035db38cf18a98a47176fa5ed1be3f3d15518"
source = "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jdk-sources_11.0.26_4.tar.gz"
source-sha256 = "aa231086950a9743eeae4537f4f063a78474d08f4ae306def73d9a955f6022a4"
stacks = ["*"]
uri = "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.25%2B9/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.25_9.tar.gz"
version = "11.0.25"
uri = "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.26%2B4/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.26_4.tar.gz"
version = "11.0.26"

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

0 comments on commit b83807f

Please sign in to comment.