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 authored and ForestEckhardt committed Aug 2, 2023
1 parent 3c46d44 commit bca4d79
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 @@ -29,7 +29,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/vsdbg"
optional = true
version = "0.2.11"
version = "0.2.12"

[[order.group]]
id = "paketo-buildpacks/dotnet-core-sdk"
Expand All @@ -49,7 +49,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/dotnet-publish"
optional = true
version = "0.12.16"
version = "0.12.17"

[[order.group]]
id = "paketo-buildpacks/dotnet-core-aspnet-runtime"
Expand All @@ -58,7 +58,7 @@ api = "0.8"

[[order.group]]
id = "paketo-buildpacks/dotnet-execute"
version = "0.14.17"
version = "0.14.18"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down
6 changes: 3 additions & 3 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
uri = "build/buildpack.tgz"

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

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

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

0 comments on commit bca4d79

Please sign in to comment.