Skip to content

Commit

Permalink
Update Java functions runtime to 1.1.7 (#664)
Browse files Browse the repository at this point in the history
* Update Java functions runtime to 1.1.7
  • Loading branch information
colincasey authored May 17, 2024
1 parent 8e64f6d commit 2321af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions buildpacks/jvm-function-invoker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Updated function runtime to 1.1.7. ([#664](https://github.com/heroku/buildpacks-jvm/pull/664))
- Buildpack API version changed from `0.9` to `0.10`, and so requires `lifecycle` `0.17.x` or newer. ([#662](https://github.com/heroku/buildpacks-jvm/pull/662))

## [4.1.1] - 2024-05-01
Expand Down
4 changes: 2 additions & 2 deletions buildpacks/jvm-function-invoker/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ os = "linux"
arch = "amd64"

[metadata.runtime]
url = "https://repo1.maven.org/maven2/com/salesforce/functions/sf-fx-runtime-java-runtime/1.1.6/sf-fx-runtime-java-runtime-1.1.6-jar-with-dependencies.jar"
sha256 = "0995f1597508e150a65fe395f90945c4b8ea1b75dca2b3a759fa224ef587bf10"
url = "https://repo1.maven.org/maven2/com/salesforce/functions/sf-fx-runtime-java-runtime/1.1.7/sf-fx-runtime-java-runtime-1.1.7-jar-with-dependencies.jar"
sha256 = "6afdd87639d77c6e033f9c74171baa9c60f3da4fbdbea7a1bef0783f8bb945c6"

[metadata.release]
image = { repository = "docker.io/heroku/buildpack-jvm-function-invoker" }

0 comments on commit 2321af4

Please sign in to comment.