diff --git a/buildpacks/jvm-function-invoker/CHANGELOG.md b/buildpacks/jvm-function-invoker/CHANGELOG.md index f9ebced8..2c49f6a7 100644 --- a/buildpacks/jvm-function-invoker/CHANGELOG.md +++ b/buildpacks/jvm-function-invoker/CHANGELOG.md @@ -3,6 +3,7 @@ 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] +* Updated function runtime to `0.2.2` ## [0.2.8] 2021/05/17 ### Changed diff --git a/buildpacks/jvm-function-invoker/buildpack.toml b/buildpacks/jvm-function-invoker/buildpack.toml index 08eefb78..cc2bea4f 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.2.1/sf-fx-runtime-java-runtime-0.2.1-jar-with-dependencies.jar" -sha256 = "9134ab26aa43e2870203ad232a118b9b4bfd63fa05d613e2a1417c82e335af2d" +url = "https://repo1.maven.org/maven2/com/salesforce/functions/sf-fx-runtime-java-runtime/0.2.2/sf-fx-runtime-java-runtime-0.2.2-jar-with-dependencies.jar" +sha256 = "9586015f468f3b83abf3d0c9b0e18fdff2199e57c0c5b38e1a3481fe126f2c5f" [metadata.release]