Skip to content

Commit

Permalink
Dependency Upgrade: gcr.io/paketo-buildpacks/spring-boot 1.9.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 Jun 30, 2020
1 parent 19422f1 commit 159b558
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 @@ -33,7 +33,7 @@ group = [
{ id = "paketo-buildpacks/executable-jar", version="1.2.7", optional = true },
{ id = "paketo-buildpacks/apache-tomcat", version="1.3.0", optional = true },
{ id = "paketo-buildpacks/dist-zip", version="1.3.5", optional = true },
{ id = "paketo-buildpacks/spring-boot", version="1.8.1", optional = true },
{ id = "paketo-buildpacks/spring-boot", version="1.9.0", optional = true },
{ id = "paketo-buildpacks/procfile", version="1.3.8", optional = true },

### Order does not matter
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies = [
{ image = "gcr.io/paketo-buildpacks/maven:1.4.5" },
{ image = "gcr.io/paketo-buildpacks/procfile:1.3.8" },
{ image = "gcr.io/paketo-buildpacks/sbt:1.3.0" },
{ image = "gcr.io/paketo-buildpacks/spring-boot:1.8.1" },
{ image = "gcr.io/paketo-buildpacks/spring-boot:1.9.0" },
]

0 comments on commit 159b558

Please sign in to comment.