Skip to content

Commit

Permalink
Merge pull request #210 from paketo-buildpacks/update/buildpack/jdk-21
Browse files Browse the repository at this point in the history
Bump JDK 21 from 21.0.0 to 21.0.1
  • Loading branch information
dmikusa authored Oct 27, 2023
2 parents c267e95 + 3ec7114 commit f7e34be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,14 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:21.0.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:21.0.1:*:*:*:*:*:*:*"]
id = "jdk"
name = "Microsoft OpenJDK"
purl = "pkg:generic/microsoft/openjdk@21.0.0"
sha256 = "01ebc38576660b61cc45fdadb7f1cc59278d0284ef999c98ed8bc55c8946cbf4"
purl = "pkg:generic/microsoft/openjdk@21.0.1"
sha256 = "7628722edf8b3ec9a73aa0c67f02dd829e056a9d7830355ff920b0617edeb83a"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://aka.ms/download-jdk/microsoft-jdk-21.0.0-linux-x64.tar.gz"
version = "21.0.0"
uri = "https://aka.ms/download-jdk/microsoft-jdk-21.0.1-linux-x64.tar.gz"
version = "21.0.1"

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

0 comments on commit f7e34be

Please sign in to comment.