Skip to content

Commit

Permalink
Update heroku/buildpacks-jvm to v1.1.2 (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: Malax <Malax@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] and Malax authored Jul 24, 2023
1 parent 676cd34 commit 9648934
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ version = "0.16.1"

[[buildpacks]]
id = "heroku/java"
uri = "docker://docker.io/heroku/buildpack-java@sha256:3c888077056f93d3ceb7c8a5b3dede3e2b06bfa169a8e3fc7383374b6773265a"
uri = "docker://docker.io/heroku/buildpack-java@sha256:43cc23409922c6b3af6886bd810a350e44bec2c2eb52fc3bfd7851e7165f41b8"

[[buildpacks]]
id = "heroku/java-function"
uri = "docker://docker.io/heroku/buildpack-java-function@sha256:c5f7250e04db362ebbdbc850fbfc5353eae56b8ad1b1e5d47101960c7bc7cdac"
uri = "docker://docker.io/heroku/buildpack-java-function@sha256:304fafe09422d7112d77563b825606a59a8c168fb88464bdf1abd09ff8c82254"

[[buildpacks]]
id = "heroku/scala"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:1fc6beaf291dcf1972c621afe3a1b3a80d1bffe8fccb6b0a68bc7f24bf99456a"
uri = "docker://docker.io/heroku/buildpack-scala@sha256:90aced413495dd79055ea5d977dbdc2a90425d7716074dfd6043fd0e9e8baa19"

[[buildpacks]]
id = "heroku/go"
Expand Down Expand Up @@ -68,7 +68,7 @@ version = "0.16.1"
optional = true
[[order.group]]
id = "heroku/jvm"
version = "1.0.10"
version = "1.1.2"
optional = true
[[order.group]]
id = "heroku/ruby"
Expand All @@ -91,17 +91,17 @@ version = "0.16.1"
[[order]]
[[order.group]]
id = "heroku/java-function"
version = "0.3.45"
version = "1.1.2"

[[order]]
[[order.group]]
id = "heroku/java"
version = "0.6.11"
version = "1.1.2"

[[order]]
[[order.group]]
id = "heroku/scala"
version = "1.0.0"
version = "1.1.2"

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

[[buildpacks]]
id = "heroku/java"
uri = "docker://docker.io/heroku/buildpack-java@sha256:3c888077056f93d3ceb7c8a5b3dede3e2b06bfa169a8e3fc7383374b6773265a"
uri = "docker://docker.io/heroku/buildpack-java@sha256:43cc23409922c6b3af6886bd810a350e44bec2c2eb52fc3bfd7851e7165f41b8"

[[buildpacks]]
id = "heroku/scala"
Expand Down Expand Up @@ -102,7 +102,7 @@ version = "0.16.1"
[[order]]
[[order.group]]
id = "heroku/java"
version = "0.6.11"
version = "1.1.2"

# heroku/java previously supported Gradle by mixing in the shimmed heroku/gradle buildpack. When we decided to make a
# clean cut and not have shimmed buildpacks in the CNB repository, support for Gradle in heroku/java was dropped.
Expand All @@ -111,7 +111,7 @@ version = "0.16.1"
[[order]]
[[order.group]]
id = "heroku/jvm"
version = "1.0.10"
version = "1.1.2"

[[order.group]]
id = "heroku/gradle"
Expand Down

0 comments on commit 9648934

Please sign in to comment.