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 Jun 28, 2024
1 parent 470ca56 commit 0fc3e29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "4.0.0"
version = "4.1.0"

[[order.group]]
id = "paketo-buildpacks/dotnet-publish"
optional = true
version = "0.12.33"
version = "0.12.34"

[[order.group]]
id = "paketo-buildpacks/dotnet-core-aspnet-runtime"
optional = true
version = "0.4.13"
version = "0.4.14"

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

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

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

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/node-engine@4.0.0"
uri = "urn:cnb:registry:paketo-buildpacks/node-engine@4.1.0"

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

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

0 comments on commit 0fc3e29

Please sign in to comment.