From ade545f4d2d2665d608d94a8305bae5a82d6c9f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:03:36 +0000 Subject: [PATCH] (2.1.x): Bump org.immutables:value from 2.9.3 to 2.10.0 Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.9.3 to 2.10.0. - [Release notes](https://github.com/immutables/immutables/releases) - [Commits](https://github.com/immutables/immutables/compare/2.9.3...2.10.0) --- updated-dependencies: - dependency-name: org.immutables:value dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7363fea..c704378 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { blockHoundVersion = "1.0.8.RELEASE" cfJavaClientVersion = "5.10.0.RELEASE" commonsTextVersion = "1.10.0" - immutablesVersion = "2.9.3" + immutablesVersion = "2.10.0" openServiceBrokerVersion = "4.1.0-RC1" springFrameworkVersion = "6.0.0" wiremockVersion = "3.2.0"