diff --git a/buildpacks/jvm-function-invoker/CHANGELOG.md b/buildpacks/jvm-function-invoker/CHANGELOG.md index 6d9f90e7..5b5ffd3f 100644 --- a/buildpacks/jvm-function-invoker/CHANGELOG.md +++ b/buildpacks/jvm-function-invoker/CHANGELOG.md @@ -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 diff --git a/buildpacks/jvm-function-invoker/buildpack.toml b/buildpacks/jvm-function-invoker/buildpack.toml index 024a9fdf..ef94098c 100644 --- a/buildpacks/jvm-function-invoker/buildpack.toml +++ b/buildpacks/jvm-function-invoker/buildpack.toml @@ -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" }