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 Sep 4, 2024
1 parent 3487227 commit 9fed57a
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.7"
version = "0.15.8"

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

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

[[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].7"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].8"

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

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

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

0 comments on commit 9fed57a

Please sign in to comment.