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 17, 2024
1 parent 30f8f52 commit b2bdbca
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 @@ -22,7 +22,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "3.3.0"
version = "3.3.1"

[[order.group]]
id = "paketo-buildpacks/node-engine"
Expand Down Expand Up @@ -73,7 +73,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "3.3.0"
version = "3.3.1"

[[order.group]]
id = "paketo-buildpacks/node-engine"
Expand Down Expand Up @@ -120,7 +120,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "3.3.0"
version = "3.3.1"

[[order.group]]
id = "paketo-buildpacks/node-engine"
Expand Down Expand Up @@ -171,7 +171,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "3.3.0"
version = "3.3.1"

[[order.group]]
id = "paketo-buildpacks/node-engine"
Expand Down Expand Up @@ -218,7 +218,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "3.3.0"
version = "3.3.1"

[[order.group]]
id = "paketo-buildpacks/nginx"
Expand Down Expand Up @@ -253,7 +253,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/watchexec"
optional = true
version = "3.3.0"
version = "3.3.1"

[[order.group]]
id = "paketo-buildpacks/httpd"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

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

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
Expand Down

0 comments on commit b2bdbca

Please sign in to comment.