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 20, 2023
1 parent f88bed7 commit 066929c
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.13.17"
version = "0.13.18"

[[order.group]]
id = "paketo-buildpacks/icu"
Expand All @@ -49,12 +49,12 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/dotnet-publish"
optional = true
version = "0.12.15"
version = "0.12.16"

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

[[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,10 +6,10 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

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

[[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]"
Expand All @@ -18,7 +18,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

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

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

0 comments on commit 066929c

Please sign in to comment.