Skip to content

Commit

Permalink
Update heroku/buildpacks-jvm to v6.0.2 (#581)
Browse files Browse the repository at this point in the history
## heroku/gradle

### Added

- The buildpack will add a default process type if a supported framework is detected and the expected build output is found. This mirrors the same feature from the Maven buildpack. ([#726](heroku/buildpacks-jvm#726))
- Support for the Micronaut and Quarkus frameworks. Both previously worked with the buildpack but required some configuration. Unless heavily customized, no build task needs to be specified anymore. ([#726](heroku/buildpacks-jvm#726))

## heroku/java

### Changed

- Updated `heroku/gradle` to `6.0.2`.
- Updated `heroku/jvm` to `6.0.2`.
- Updated `heroku/maven` to `6.0.2`.

## heroku/java-function

### Changed

- Updated `heroku/jvm-function-invoker` to `6.0.2`.
- Updated `heroku/jvm` to `6.0.2`.
- Updated `heroku/maven` to `6.0.2`.

## heroku/jvm

- No changes.

## heroku/jvm-function-invoker

- No changes.

## heroku/maven

- No changes.

## heroku/sbt

- No changes.

## heroku/scala

### Changed

- Updated `heroku/jvm` to `6.0.2`.
- Updated `heroku/sbt` to `6.0.2`.

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Sep 25, 2024
1 parent fa4c6e8 commit be41e7a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version = "0.20.1"

[[buildpacks]]
id = "heroku/java"
uri = "docker://docker.io/heroku/buildpack-java@sha256:1f4a73ee32f6277e936943b5871e7724c70c8221947437e63c2042f547c19c67"
uri = "docker://docker.io/heroku/buildpack-java@sha256:a553ae4d8f8dd564599991959020961e7f8881e575169bcaf3a6bbcac697b943"

[[buildpacks]]
id = "heroku/nodejs"
Expand All @@ -51,7 +51,7 @@ version = "0.20.1"

[[buildpacks]]
id = "heroku/scala"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:bde371a17cd1d1785d721554eba4dddc7a9646aba3c60e18ba853b13fd5734b9"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:3a898ab1beb3eecc3f5e2bdbbdefe086e83108c918d2942011486042db8aaded"

[[order]]
[[order.group]]
Expand All @@ -76,7 +76,7 @@ version = "0.20.1"
optional = true
[[order.group]]
id = "heroku/jvm"
version = "6.0.1"
version = "6.0.2"
optional = true
[[order.group]]
id = "heroku/ruby"
Expand Down Expand Up @@ -104,7 +104,7 @@ version = "0.20.1"
[[order]]
[[order.group]]
id = "heroku/java"
version = "6.0.1"
version = "6.0.2"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand All @@ -116,7 +116,7 @@ version = "0.20.1"
[[order]]
[[order.group]]
id = "heroku/scala"
version = "6.0.1"
version = "6.0.2"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
10 changes: 5 additions & 5 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version = "0.20.1"

[[buildpacks]]
id = "heroku/java"
uri = "docker://docker.io/heroku/buildpack-java@sha256:1f4a73ee32f6277e936943b5871e7724c70c8221947437e63c2042f547c19c67"
uri = "docker://docker.io/heroku/buildpack-java@sha256:a553ae4d8f8dd564599991959020961e7f8881e575169bcaf3a6bbcac697b943"

[[buildpacks]]
id = "heroku/nodejs"
Expand All @@ -51,7 +51,7 @@ version = "0.20.1"

[[buildpacks]]
id = "heroku/scala"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:bde371a17cd1d1785d721554eba4dddc7a9646aba3c60e18ba853b13fd5734b9"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:3a898ab1beb3eecc3f5e2bdbbdefe086e83108c918d2942011486042db8aaded"

[[order]]
[[order.group]]
Expand All @@ -73,7 +73,7 @@ version = "0.20.1"
optional = true
[[order.group]]
id = "heroku/jvm"
version = "6.0.1"
version = "6.0.2"
optional = true
[[order.group]]
id = "heroku/ruby"
Expand All @@ -95,7 +95,7 @@ version = "0.20.1"
[[order]]
[[order.group]]
id = "heroku/java"
version = "6.0.1"
version = "6.0.2"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand All @@ -104,7 +104,7 @@ version = "0.20.1"
[[order]]
[[order.group]]
id = "heroku/scala"
version = "6.0.1"
version = "6.0.2"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
10 changes: 5 additions & 5 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

[[buildpacks]]
id = "heroku/java"
uri = "docker://docker.io/heroku/buildpack-java@sha256:1f4a73ee32f6277e936943b5871e7724c70c8221947437e63c2042f547c19c67"
uri = "docker://docker.io/heroku/buildpack-java@sha256:a553ae4d8f8dd564599991959020961e7f8881e575169bcaf3a6bbcac697b943"

[[buildpacks]]
id = "heroku/nodejs"
Expand All @@ -51,7 +51,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

[[buildpacks]]
id = "heroku/scala"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:bde371a17cd1d1785d721554eba4dddc7a9646aba3c60e18ba853b13fd5734b9"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:3a898ab1beb3eecc3f5e2bdbbdefe086e83108c918d2942011486042db8aaded"

[[order]]
[[order.group]]
Expand All @@ -73,7 +73,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
optional = true
[[order.group]]
id = "heroku/jvm"
version = "6.0.1"
version = "6.0.2"
optional = true
[[order.group]]
id = "heroku/ruby"
Expand All @@ -95,7 +95,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
[[order]]
[[order.group]]
id = "heroku/java"
version = "6.0.1"
version = "6.0.2"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand All @@ -104,7 +104,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
[[order]]
[[order.group]]
id = "heroku/scala"
version = "6.0.1"
version = "6.0.2"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions salesforce-functions/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = "0.17.6"

[[buildpacks]]
id = "heroku/java-function"
uri = "docker://docker.io/heroku/buildpack-java-function@sha256:d0c339030bb14eff43dd5051e4dcd9069c8c576c16fb0cd00901715503047ed1"
uri = "docker://docker.io/heroku/buildpack-java-function@sha256:41366c08f07508e4af84eecc591934e49a376d67584ef695c9d1f28e55451d3c"

[[buildpacks]]
id = "heroku/nodejs-function"
Expand All @@ -28,4 +28,4 @@ version = "0.17.6"
[[order]]
[[order.group]]
id = "heroku/java-function"
version = "6.0.1"
version = "6.0.2"

0 comments on commit be41e7a

Please sign in to comment.