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 Dec 22, 2023
1 parent 317ba07 commit 3b5b670
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/ca-certificates"
optional = true
version = "3.6.6"
version = "3.6.7"

[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "2.8.6"
version = "2.8.7"

[[order.group]]
id = "paketo-buildpacks/php-dist"
Expand Down Expand Up @@ -67,7 +67,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/procfile"
optional = true
version = "5.6.7"
version = "5.6.8"

[[order.group]]
id = "paketo-buildpacks/environment-variables"
Expand All @@ -84,12 +84,12 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/ca-certificates"
optional = true
version = "3.6.6"
version = "3.6.7"

[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "2.8.6"
version = "2.8.7"

[[order.group]]
id = "paketo-buildpacks/php-dist"
Expand Down Expand Up @@ -134,7 +134,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/procfile"
optional = true
version = "5.6.7"
version = "5.6.8"

[[order.group]]
id = "paketo-buildpacks/environment-variables"
Expand Down Expand Up @@ -179,7 +179,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/procfile"
optional = true
version = "5.6.7"
version = "5.6.8"

[[order.group]]
id = "paketo-buildpacks/environment-variables"
Expand Down
6 changes: 3 additions & 3 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].7"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].8"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
Expand All @@ -48,7 +48,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].6"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].7"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].6"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].7"

0 comments on commit 3b5b670

Please sign in to comment.