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 28, 2024
1 parent 1e45372 commit 1656e84
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.3.23"
version = "0.3.24"

[[order.group]]
id = "paketo-buildpacks/dotnet-core-sdk"
Expand All @@ -44,7 +44,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "4.1.8"
version = "4.1.9"

[[order.group]]
id = "paketo-buildpacks/dotnet-publish"
Expand All @@ -54,7 +54,7 @@ api = "0.8"
[[order.group]]
id = "paketo-buildpacks/dotnet-core-aspnet-runtime"
optional = true
version = "0.5.5"
version = "0.5.6"

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

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

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

0 comments on commit 1656e84

Please sign in to comment.