Skip to content

Commit

Permalink
Bump JDK 21 from 21.0.2 to 21.0.3
Browse files Browse the repository at this point in the history
Bumps JDK 21 from 21.0.2 to 21.0.3.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
paketo-bot authored and anthonydahanne committed Apr 17, 2024
1 parent c389755 commit 239230a
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
@@ -187,16 +187,16 @@ api = "0.7"
uri = "https://aws.amazon.com/corretto/faqs/#Licensing_and_Open_Source"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jdk:21.0.2:*:*:*:*:*:*:*", "cpe:2.3:a:amazon:corretto:21.0.2:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jdk:21.0.3:*:*:*:*:*:*:*", "cpe:2.3:a:amazon:corretto:21.0.3:*:*:*:*:*:*:*"]
id = "jdk"
name = "Corretto JDK"
purl = "pkg:generic/amazon/[email protected].2"
sha256 = "9e421102813f97d67f26ddbbafe4d05e7e9e3bdb07ad0fc97c685470f0b993fd"
source = "https://github.com/corretto/corretto-21/archive/refs/tags/21.0.2.14.1.tar.gz"
source-sha256 = "680e69ba71eaa8604381b565c2e43b806a5f2cc97d13bd5cb49f79bd4a1f2473"
purl = "pkg:generic/amazon/[email protected].3"
sha256 = "8b4550c7cbbe3ae8b00adaafe5513d1236eec8183ce28f99698450f4f802c597"
source = "https://github.com/corretto/corretto-21/archive/refs/tags/21.0.3.9.1.tar.gz"
source-sha256 = "55a259d8a24983cbc17d74b1a3c0b0ea0424762852c3ae1052c2f6bf278a061d"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://corretto.aws/downloads/resources/21.0.2.14.1/amazon-corretto-21.0.2.14.1-linux-x64.tar.gz"
version = "21.0.2"
uri = "https://corretto.aws/downloads/resources/21.0.3.9.1/amazon-corretto-21.0.3.9.1-linux-x64.tar.gz"
version = "21.0.3"

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

0 comments on commit 239230a

Please sign in to comment.