Skip to content

Commit

Permalink
Dependency Upgrade: gcr.io/paketo-buildpacks/gradle 1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Paketo Robot <[email protected]>
  • Loading branch information
Paketo Robot committed Jun 10, 2020
1 parent 390ad38 commit 466fd12
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 @@ -25,7 +25,7 @@ group = [

### Order is strictly enforced
{ id = "paketo-buildpacks/bellsoft-liberica", version="2.8.0" },
{ id = "paketo-buildpacks/gradle", version="1.3.0", optional = true },
{ id = "paketo-buildpacks/gradle", version="1.3.1", optional = true },
{ id = "paketo-buildpacks/maven", version="1.4.5", optional = true },
{ id = "paketo-buildpacks/sbt", version="1.2.5", optional = true },

Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies = [
{ image = "gcr.io/paketo-buildpacks/encrypt-at-rest:1.2.8" },
{ image = "gcr.io/paketo-buildpacks/executable-jar:1.2.7" },
{ image = "gcr.io/paketo-buildpacks/google-stackdriver:1.3.0" },
{ image = "gcr.io/paketo-buildpacks/gradle:1.3.0" },
{ image = "gcr.io/paketo-buildpacks/gradle:1.3.1" },
{ image = "gcr.io/paketo-buildpacks/image-labels:1.0.8" },
{ image = "gcr.io/paketo-buildpacks/jmx:1.1.8" },
{ image = "gcr.io/paketo-buildpacks/maven:1.4.5" },
Expand Down

0 comments on commit 466fd12

Please sign in to comment.