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 Aug 7, 2024
1 parent ff234ae commit 122562f
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,7 +34,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/dotnet-core-sdk"
optional = true
version = "0.15.4"
version = "0.15.5"

[[order.group]]
id = "paketo-buildpacks/icu"
Expand All @@ -44,12 +44,12 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "4.1.5"
version = "4.1.6"

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

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

[[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]"

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

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

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

0 comments on commit 122562f

Please sign in to comment.