From bc26c21613f5b16aa799806c485228b61fa1d9fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 17:41:44 +0000 Subject: [PATCH] chore(deps): bump value from 2.8.7 to 2.8.8 Bumps [value](https://github.com/immutables/immutables) from 2.8.7 to 2.8.8. - [Release notes](https://github.com/immutables/immutables/releases) - [Changelog](https://github.com/immutables/immutables/blob/master/CHANGELOG.md) - [Commits](https://github.com/immutables/immutables/compare/2.8.7...2.8.8) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7c86c32..8d3c592 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ configurations { ext { zeebeVersion = '0.23.1' - immutablesVersion = '2.8.7' + immutablesVersion = '2.8.8' jacksonVersion = '2.11.0' slf4jVersion = '1.7.30' junitVersion = '5.6.2'