Skip to content

Commit

Permalink
Update heroku/buildpacks-jvm to v4.0.0
Browse files Browse the repository at this point in the history
## heroku/gradle

- No changes.

## heroku/java

### Removed

- Removed `heroku/procfile`, since it's being added directly to the Heroku builder images instead. If you override the Heroku builder images' default buildpack detection order (or use this buildpack with a non-Heroku builder image), you will need to append `heroku/procfile` to your buildpacks list. ([#608](heroku/buildpacks-jvm#608))

### Changed

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

## heroku/java-function

### Changed

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

## heroku/jvm

- No changes.

## heroku/jvm-function-invoker

- No changes.

## heroku/maven

- No changes.

## heroku/sbt

- No changes.

## heroku/scala

### Removed

- Removed `heroku/procfile`, since it's being added directly to the Heroku builder images instead. If you override the Heroku builder images' default buildpack detection order (or use this buildpack with a non-Heroku builder image), you will need to append `heroku/procfile` to your buildpacks list. ([#608](heroku/buildpacks-jvm#608))

### Changed

- Updated `heroku/jvm` to `4.0.0`.
- Updated `heroku/sbt` to `4.0.0`.
  • Loading branch information
heroku-linguist[bot] committed Oct 25, 2023
1 parent cd7be2d commit 72ce7b2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/java"
uri = "docker://docker.io/heroku/buildpack-java@sha256:879f16193c5f235471322020b71af8e3a814f25c82305cdb44f83470e0db6f8f"
uri = "docker://docker.io/heroku/buildpack-java@sha256:afaf284205f547c4453968f9872b5d44d94154680d4799648816681597b742f3"

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

[[buildpacks]]
id = "heroku/scala"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:df96a056246c7f4f4c9091da2e56dc5ae1f5f22ad215d5cbc42cc312ec8cdcdd"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:5ae9a74a8117d559f9b71d7c0b783fa23db8936bc8ffd3b4dccf02fc6ed1fa06"

[[order]]
[[order.group]]
Expand All @@ -60,7 +60,7 @@ version = "0.17.2"
optional = true
[[order.group]]
id = "heroku/jvm"
version = "3.2.2"
version = "4.0.0"
optional = true
[[order.group]]
id = "heroku/ruby"
Expand All @@ -82,12 +82,12 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/java"
version = "3.2.2"
version = "4.0.0"

[[order]]
[[order.group]]
id = "heroku/scala"
version = "3.2.2"
version = "4.0.0"

[[order]]
[[order.group]]
Expand Down
10 changes: 5 additions & 5 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/java"
uri = "docker://docker.io/heroku/buildpack-java@sha256:879f16193c5f235471322020b71af8e3a814f25c82305cdb44f83470e0db6f8f"
uri = "docker://docker.io/heroku/buildpack-java@sha256:afaf284205f547c4453968f9872b5d44d94154680d4799648816681597b742f3"

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

[[buildpacks]]
id = "heroku/scala"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:df96a056246c7f4f4c9091da2e56dc5ae1f5f22ad215d5cbc42cc312ec8cdcdd"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:5ae9a74a8117d559f9b71d7c0b783fa23db8936bc8ffd3b4dccf02fc6ed1fa06"

[[order]]
[[order.group]]
Expand All @@ -60,7 +60,7 @@ version = "0.17.2"
optional = true
[[order.group]]
id = "heroku/jvm"
version = "3.2.2"
version = "4.0.0"
optional = true
[[order.group]]
id = "heroku/ruby"
Expand All @@ -82,12 +82,12 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/java"
version = "3.2.2"
version = "4.0.0"

[[order]]
[[order.group]]
id = "heroku/scala"
version = "3.2.2"
version = "4.0.0"

[[order]]
[[order.group]]
Expand Down
4 changes: 2 additions & 2 deletions buildpacks-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/java"
uri = "docker://docker.io/heroku/buildpack-java@sha256:879f16193c5f235471322020b71af8e3a814f25c82305cdb44f83470e0db6f8f"
uri = "docker://docker.io/heroku/buildpack-java@sha256:afaf284205f547c4453968f9872b5d44d94154680d4799648816681597b742f3"

[[buildpacks]]
id = "heroku/nodejs"
Expand Down Expand Up @@ -101,4 +101,4 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/java"
version = "3.2.2"
version = "4.0.0"
4 changes: 2 additions & 2 deletions salesforce-functions/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/java-function"
uri = "docker://docker.io/heroku/buildpack-java-function@sha256:56df8e921781f621b6a57515ffa207c684f73e2f222f7fa3ed64d23a1f22aba6"
uri = "docker://docker.io/heroku/buildpack-java-function@sha256:65e15118e97da96e3391ddc9bed230408679719fb4410abcaeff13ef2741a0d8"

[[buildpacks]]
id = "heroku/nodejs-function"
Expand All @@ -24,4 +24,4 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/java-function"
version = "3.2.2"
version = "4.0.0"

0 comments on commit 72ce7b2

Please sign in to comment.