Skip to content

Commit

Permalink
Merge pull request #700 from paketo-buildpacks/update/buildpack/jre-11
Browse files Browse the repository at this point in the history
Bump JRE 11 from 11.0.23 to 11.0.24
  • Loading branch information
dmikusa authored Jul 18, 2024
2 parents a3ff46c + 4ea21ed commit 714939c
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 @@ -187,16 +187,16 @@ api = "0.7"
uri = "https://openjdk.java.net/legal/gplv2+ce.html"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:oracle:jre:11.0.23:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:oracle:jre:11.0.24:*:*:*:*:*:*:*"]
id = "jre"
name = "BellSoft Liberica JRE"
purl = "pkg:generic/bellsoft-jre@11.0.23?arch=amd64"
sha256 = "5cf713fc987d5cb87c24b98c7583209193367bd28fe0725964729a882ea27214"
source = "https://github.com/bell-sw/Liberica/releases/download/11.0.23+12/bellsoft-jdk11.0.23+12-src.tar.gz"
source-sha256 = "60d5e3fd60eff37b4b3ef1f7424a7b4c7128d525f5539a4fe0c4aeaa853c1b8e"
purl = "pkg:generic/bellsoft-jre@11.0.24?arch=amd64"
sha256 = "0d3849a428d875d2395f1f04620049ddbe136f1ed6612301f510ea4e392000ce"
source = "https://github.com/bell-sw/Liberica/releases/download/11.0.24+9/bellsoft-jdk11.0.24+9-src.tar.gz"
source-sha256 = "0b3bbae4ad3974ec8b2b9777d7d76d4db36cbaa71e3ad852db38d8aab041c848"
stacks = ["*"]
uri = "https://github.com/bell-sw/Liberica/releases/download/11.0.23+12/bellsoft-jre11.0.23+12-linux-amd64.tar.gz"
version = "11.0.23"
uri = "https://github.com/bell-sw/Liberica/releases/download/11.0.24+9/bellsoft-jre11.0.24+9-linux-amd64.tar.gz"
version = "11.0.24"

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

0 comments on commit 714939c

Please sign in to comment.