Skip to content

Commit

Permalink
Merge pull request #752 from paketo-buildpacks/update/buildpack/nativ…
Browse files Browse the repository at this point in the history
…e-image-21

Bump Native Image 21 from 21.0.4 to 21.0.5
  • Loading branch information
dmikusa authored Oct 28, 2024
2 parents 9100815 + 63487fe commit 3cca601
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:graalvm:23.1.1:*:*:*:community:*:*:*", "cpe:2.3:a:oracle:jdk:21.0.4:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:graalvm:23.1.1:*:*:*:community:*:*:*", "cpe:2.3:a:oracle:jdk:21.0.5:*:*:*:*:*:*:*"]
id = "native-image-svm"
name = "BellSoft Liberica NIK"
purl = "pkg:generic/bellsoft-nik@23.1.4?arch=amd64"
sha256 = "553c9d8aee22ff184ef05201421634137e32bf7acbf8a8b1927598f169d5d6f1"
source = "https://github.com/bell-sw/LibericaNIK/releases/download/23.1.4+3-21.0.4+9/bellsoft-liberica-vm-openjdk21.0.4+9-23.1.4+3-src.tar.gz"
source-sha256 = "3f089fb100707421ae5acbe2b0f83644f8ca92e6eedc13cb64b0f3f0e0e75427"
purl = "pkg:generic/bellsoft-nik@23.1.5?arch=amd64"
sha256 = "f40afc6c7f44e5c2767b16d7b7f53550e337e9f8069e8d7c5b22da8b40cebcbc"
source = "https://github.com/bell-sw/LibericaNIK/releases/download/23.1.5+1-21.0.5+11/bellsoft-liberica-vm-openjdk21.0.5+11-23.1.5+1-src.tar.gz"
source-sha256 = "0a75585489b2cd2147bf707de4e22696ac34088d3d297dd7476e6a64cad96b9f"
stacks = ["*"]
uri = "https://github.com/bell-sw/LibericaNIK/releases/download/23.1.4+3-21.0.4+9/bellsoft-liberica-vm-core-openjdk21.0.4+9-23.1.4+3-linux-amd64.tar.gz"
version = "21.0.4"
uri = "https://github.com/bell-sw/LibericaNIK/releases/download/23.1.5+1-21.0.5+11/bellsoft-liberica-vm-core-openjdk21.0.5+11-23.1.5+1-linux-amd64.tar.gz"
version = "21.0.5"

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

0 comments on commit 3cca601

Please sign in to comment.