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 May 29, 2024
1 parent ad9d8a5 commit adb6d3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.14.11"
version = "0.14.12"

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

[[order.group]]
id = "paketo-buildpacks/dotnet-execute"
Expand Down
4 changes: 2 additions & 2 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].10"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].11"

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

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

0 comments on commit adb6d3c

Please sign in to comment.