Skip to content

Commit

Permalink
Dependency Upgrade: gcr.io/paketo-buildpacks/executable-jar 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Paketo Robot <robot@paketo.io>
  • Loading branch information
Paketo Robot committed Apr 25, 2020
1 parent 8be752e commit 1addc99
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 @@ -30,7 +30,7 @@ group = [
{ id = "paketo-buildpacks/sbt", version="1.1.1", optional = true },

### Order determines precedenceversion="",
{ id = "paketo-buildpacks/executable-jar", version="1.2.0", optional = true },
{ id = "paketo-buildpacks/executable-jar", version="1.2.1", optional = true },
{ id = "paketo-buildpacks/apache-tomcat", version="1.1.1", optional = true },
{ id = "paketo-buildpacks/dist-zip", version="1.2.1", optional = true },
{ id = "paketo-buildpacks/procfile", version="1.3.1", optional = true },
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies = [
{ image = "gcr.io/paketo-buildpacks/debug:1.2.1" },
{ image = "gcr.io/paketo-buildpacks/dist-zip:1.2.1" },
{ image = "gcr.io/paketo-buildpacks/encrypt-at-rest:1.2.1" },
{ image = "gcr.io/paketo-buildpacks/executable-jar:1.2.0" },
{ image = "gcr.io/paketo-buildpacks/executable-jar:1.2.1" },
{ image = "gcr.io/paketo-buildpacks/google-stackdriver:1.1.1" },
{ image = "gcr.io/paketo-buildpacks/gradle:1.1.1" },
{ image = "gcr.io/paketo-buildpacks/image-labels:1.0.1" },
Expand Down

0 comments on commit 1addc99

Please sign in to comment.