Skip to content

Commit

Permalink
Merge pull request #745 from paketo-buildpacks/update/buildpack/open-…
Browse files Browse the repository at this point in the history
…liberty-runtime-javaee-8

Bump open-liberty-runtime-javaee8 from 24.0.4 to 24.0.5
  • Loading branch information
kevin-ortega authored May 22, 2024
2 parents 082c532 + 2108d1e commit beb85d6
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 @@ -154,16 +154,16 @@ api = "0.7"
uri = "https://raw.githubusercontent.com/OpenLiberty/open-liberty/integration/LICENSE"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:ibm:open_liberty:24.0.0.4:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:ibm:open_liberty:24.0.0.5:*:*:*:*:*:*:*"]
id = "open-liberty-runtime-javaee8"
name = "Open Liberty (Java EE8)"
purl = "pkg:maven/io.openliberty/[email protected].4"
sha256 = "48b57cd3fbdae2caa5475705fc5e1faa6eda1c81587bd69c7e3b19486ad71d02"
source = "https://github.com/OpenLiberty/open-liberty/archive/refs/tags/gm-24.0.0.4.tar.gz"
source-sha256 = "fa2719435d0ed237d09fb63226eeb0f3f4535de9713d469fe75b9706001b9653"
purl = "pkg:maven/io.openliberty/[email protected].5"
sha256 = "8f6b3b2e6b66a84a6d7d2ede9568d9c50b20ca6f42cb41b741cc375963907438"
source = "https://github.com/OpenLiberty/open-liberty/archive/refs/tags/gm-24.0.0.5.tar.gz"
source-sha256 = "1960ef758108824dcc7b125b17132d119c3bdd2fe27cf92b7f9682b8ebffa0c0"
stacks = ["*"]
uri = "https://repo1.maven.org/maven2/io/openliberty/openliberty-javaee8/24.0.0.4/openliberty-javaee8-24.0.0.4.zip"
version = "24.0.4"
uri = "https://repo1.maven.org/maven2/io/openliberty/openliberty-javaee8/24.0.0.5/openliberty-javaee8-24.0.0.5.zip"
version = "24.0.5"

[[metadata.dependencies.licenses]]
type = "EPL-2.0"
Expand Down

0 comments on commit beb85d6

Please sign in to comment.