Skip to content

Commit

Permalink
Dependency Upgrade: gcr.io/paketo-buildpacks/apache-tomcat 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paketo Robot <[email protected]>
  • Loading branch information
Paketo Robot committed Jul 24, 2020
1 parent b3002a3 commit 1c39f66
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 @@ -31,7 +31,7 @@ group = [

### Order determines precedence
{ id = "paketo-buildpacks/executable-jar", version="2.0.2", optional = true },
{ id = "paketo-buildpacks/apache-tomcat", version="1.3.4", optional = true },
{ id = "paketo-buildpacks/apache-tomcat", version="1.4.0", optional = true },
{ id = "paketo-buildpacks/dist-zip", version="1.3.8", optional = true },
{ id = "paketo-buildpacks/spring-boot", version="2.3.0", optional = true },
{ id = "paketo-buildpacks/procfile", version="1.3.11", optional = true },
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies = [
{ image = "gcr.io/paketo-buildpacks/apache-tomcat:1.3.4" },
{ image = "gcr.io/paketo-buildpacks/apache-tomcat:1.4.0" },
{ image = "gcr.io/paketo-buildpacks/azul-zulu:2.9.0" },
{ image = "gcr.io/paketo-buildpacks/azure-application-insights:1.6.0" },
{ image = "gcr.io/paketo-buildpacks/debug:1.2.11" },
Expand Down

0 comments on commit 1c39f66

Please sign in to comment.