diff --git a/buildpacks/jvm-function-invoker/CHANGELOG.md b/buildpacks/jvm-function-invoker/CHANGELOG.md index ae2c10c6..d59491fc 100644 --- a/buildpacks/jvm-function-invoker/CHANGELOG.md +++ b/buildpacks/jvm-function-invoker/CHANGELOG.md @@ -4,6 +4,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +* Updated function runtime to `1.0.3` + ## [0.5.3] 2021/09/29 * Updated function runtime to `1.0.2` * Update buildpack API version from `0.4` to `0.5` diff --git a/buildpacks/jvm-function-invoker/buildpack.toml b/buildpacks/jvm-function-invoker/buildpack.toml index 257a4052..e011c31a 100644 --- a/buildpacks/jvm-function-invoker/buildpack.toml +++ b/buildpacks/jvm-function-invoker/buildpack.toml @@ -23,8 +23,8 @@ id = "io.buildpacks.stacks.bionic" [metadata] [metadata.runtime] -url = "https://repo1.maven.org/maven2/com/salesforce/functions/sf-fx-runtime-java-runtime/1.0.2/sf-fx-runtime-java-runtime-1.0.2-jar-with-dependencies.jar" -sha256 = "e16ea09922f90077ee6cb0ace0fe538cc609062b185e04db10743bac45879abc" +url = "https://repo1.maven.org/maven2/com/salesforce/functions/sf-fx-runtime-java-runtime/1.0.3/sf-fx-runtime-java-runtime-1.0.3-jar-with-dependencies.jar" +sha256 = "1db6d78bdbb7aff7ebe011565190ca9dd4d3e68730e206628230d480d057fe1e" [metadata.release]