Skip to content

Commit

Permalink
Merge branch 'main' into update/package/azure-application-insights
Browse files Browse the repository at this point in the history
  • Loading branch information
nebhale committed Nov 6, 2020
2 parents 892935c + 8fb9656 commit 477732d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildpack.toml
Expand Up @@ -35,7 +35,7 @@ group = [
{ id = "paketo-buildpacks/executable-jar", version="3.1.2", optional = true },
{ id = "paketo-buildpacks/apache-tomcat", version="2.4.0", optional = true },
{ id = "paketo-buildpacks/dist-zip", version="2.2.1", optional = true },
{ id = "paketo-buildpacks/spring-boot", version="3.3.0", optional = true },
{ id = "paketo-buildpacks/spring-boot", version="3.4.0", optional = true },
{ id = "paketo-buildpacks/procfile", version="3.0.0", optional = true },

### Order does not matter
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Expand Up @@ -16,5 +16,5 @@ dependencies = [
{ image = "gcr.io/paketo-buildpacks/maven:3.2.0" },
{ image = "gcr.io/paketo-buildpacks/procfile:3.0.0" },
{ image = "gcr.io/paketo-buildpacks/sbt:3.4.0" },
{ image = "gcr.io/paketo-buildpacks/spring-boot:3.3.0" },
{ image = "gcr.io/paketo-buildpacks/spring-boot:3.4.0" },
]

0 comments on commit 477732d

Please sign in to comment.