Skip to content

Commit

Permalink
Merge pull request #489 from paketo-buildpacks/update/buildpack/jre-23
Browse files Browse the repository at this point in the history
Bump JRE 23 from 23.0.1 to 23.0.2
  • Loading branch information
dmikusa authored Jan 23, 2025
2 parents d9e0a25 + 673689c commit d95f13b
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 @@ -224,17 +224,17 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jre:23.0.1:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jre:23.0.2:*:*:*:*:*:*:*"]
deprecation_date = "2025-03-18T00:00:00Z"
id = "jre"
name = "SapMachine JRE"
purl = "pkg:generic/[email protected].1?arch=amd64"
sha256 = "88ad5f98412d6bdb29032d2c3691e65e2af7e46dd0b56f30583f9003a0b7f824"
source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-23.0.1.tar.gz"
source-sha256 = "82a5f2747fa876d70ee9d9e2f4850c0e7810e2dcb42cd608dc8f583eadc16608"
purl = "pkg:generic/[email protected].2?arch=amd64"
sha256 = "63ccb4cfae6add472d5c293b22b0124d27553a8ba207f7bfeac66dd1976b2446"
source = "https://github.com/SAP/SapMachine/archive/refs/tags/sapmachine-23.0.2.tar.gz"
source-sha256 = "172445047f90dcaa67e72ff6e84b93cf3bfad962dd39d8d2a86befd42b4858e7"
stacks = ["*"]
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-23.0.1/sapmachine-jre-23.0.1_linux-x64_bin.tar.gz"
version = "23.0.1"
uri = "https://github.com/SAP/SapMachine/releases/download/sapmachine-23.0.2/sapmachine-jre-23.0.2_linux-x64_bin.tar.gz"
version = "23.0.2"

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

0 comments on commit d95f13b

Please sign in to comment.