diff --git a/buildpacks/jvm-function-invoker/CHANGELOG.md b/buildpacks/jvm-function-invoker/CHANGELOG.md index 8b62fb25..a6530d94 100644 --- a/buildpacks/jvm-function-invoker/CHANGELOG.md +++ b/buildpacks/jvm-function-invoker/CHANGELOG.md @@ -3,6 +3,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +* Updated function runtime to `0.1.3-ea` ## [0.2.4] 2021/04/08 ### Fixed diff --git a/buildpacks/jvm-function-invoker/buildpack.toml b/buildpacks/jvm-function-invoker/buildpack.toml index f98ea489..67b2fb33 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/0.1.1-ea/sf-fx-runtime-java-runtime-0.1.1-ea-jar-with-dependencies.jar" -sha256 = "b30ba50b967944120da9262832ea89c403bfefb578efbf08196af725f5e94cd0" +url = "https://repo1.maven.org/maven2/com/salesforce/functions/sf-fx-runtime-java-runtime/0.1.3-ea/sf-fx-runtime-java-runtime-0.1.3-ea-jar-with-dependencies.jar" +sha256 = "97997191cdb544d6c985a879cb597c11943506b5fd5fec28b7257bfaa1e3de22" [metadata.release]