Skip to content

Commit

Permalink
Updating buildpacks in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Oct 8, 2024
1 parent f177cad commit 957b76b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/procfile"
optional = true
version = "5.9.3"
version = "5.10.0"

[[order.group]]
id = "paketo-buildpacks/environment-variables"
Expand Down Expand Up @@ -89,7 +89,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/procfile"
optional = true
version = "5.9.3"
version = "5.10.0"

[[order.group]]
id = "paketo-buildpacks/environment-variables"
Expand Down Expand Up @@ -128,7 +128,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/procfile"
optional = true
version = "5.9.3"
version = "5.10.0"

[[order.group]]
id = "paketo-buildpacks/environment-variables"
Expand Down Expand Up @@ -175,7 +175,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/procfile"
optional = true
version = "5.9.3"
version = "5.10.0"

[[order.group]]
id = "paketo-buildpacks/environment-variables"
Expand Down Expand Up @@ -222,7 +222,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/procfile"
optional = true
version = "5.9.3"
version = "5.10.0"

[[order.group]]
id = "paketo-buildpacks/environment-variables"
Expand Down Expand Up @@ -257,7 +257,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/procfile"
optional = true
version = "5.9.3"
version = "5.10.0"

[[order.group]]
id = "paketo-buildpacks/environment-variables"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/poetry-run@0.4.33"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/procfile@5.9.3"
uri = "urn:cnb:registry:paketo-buildpacks/procfile@5.10.0"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/environment-variables@4.7.3"
Expand Down

0 comments on commit 957b76b

Please sign in to comment.