Skip to content

Commit

Permalink
Merge pull request #129 from paketo-buildpacks/update/package/google-…
Browse files Browse the repository at this point in the history
…stackdriver

Bump gcr.io/paketo-buildpacks/google-stackdriver from 3.0.0 to 3.1.0
  • Loading branch information
ekcasey committed Feb 10, 2021
2 parents e3150d9 + 752ec5e commit cf8defa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ group = [
### Order does not matter
{ id = "paketo-buildpacks/azure-application-insights", version="4.0.0", optional = true },
{ id = "paketo-buildpacks/debug", version="3.0.0", optional = true },
{ id = "paketo-buildpacks/google-stackdriver", version="3.0.0", optional = true },
{ id = "paketo-buildpacks/google-stackdriver", version="3.1.0", optional = true },
{ id = "paketo-buildpacks/jmx", version="3.0.0", optional = true },

### Order is strictly enforced
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
{ uri = "docker://gcr.io/paketo-buildpacks/encrypt-at-rest:3.0.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/environment-variables:3.0.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/executable-jar:4.0.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/google-stackdriver:3.0.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/google-stackdriver:3.1.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/gradle:4.1.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/image-labels:3.0.0" },
{ uri = "docker://gcr.io/paketo-buildpacks/jmx:3.0.0" },
Expand Down

0 comments on commit cf8defa

Please sign in to comment.