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 Jul 31, 2024
1 parent 75b4b52 commit 53b0f0d
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 @@ -34,17 +34,17 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/dotnet-core-sdk"
optional = true
version = "0.15.3"
version = "0.15.4"

[[order.group]]
id = "paketo-buildpacks/icu"
optional = true
version = "0.7.17"
version = "0.7.18"

[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "4.1.4"
version = "4.1.5"

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

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

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

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

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

0 comments on commit 53b0f0d

Please sign in to comment.