Skip to content

Commit

Permalink
Dependency Upgrade: gcr.io/paketo-buildpacks/spring-boot 3.2.0
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 Aug 27, 2020
1 parent d02c428 commit e1ba673
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 @@ -34,7 +34,7 @@ group = [
{ id = "paketo-buildpacks/executable-jar", version="3.1.0", optional = true },
{ id = "paketo-buildpacks/apache-tomcat", version="2.2.0", optional = true },
{ id = "paketo-buildpacks/dist-zip", version="2.2.0", optional = true },
{ id = "paketo-buildpacks/spring-boot", version="3.1.0", optional = true },
{ id = "paketo-buildpacks/spring-boot", version="3.2.0", optional = true },
{ id = "paketo-buildpacks/procfile", version="2.0.2", 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 @@ -15,5 +15,5 @@ dependencies = [
{ image = "gcr.io/paketo-buildpacks/maven:3.1.0" },
{ image = "gcr.io/paketo-buildpacks/procfile:2.0.2" },
{ image = "gcr.io/paketo-buildpacks/sbt:3.1.0" },
{ image = "gcr.io/paketo-buildpacks/spring-boot:3.1.0" },
{ image = "gcr.io/paketo-buildpacks/spring-boot:3.2.0" },
]

0 comments on commit e1ba673

Please sign in to comment.