From 3decc1a4bc28e76330fc1b47d6eb55c1922a3857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:28:23 +0000 Subject: [PATCH] (2.1.x): Bump org.immutables:value from 2.10.0 to 2.10.1 Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/immutables/immutables/releases) - [Commits](https://github.com/immutables/immutables/compare/2.10.0...2.10.1) --- updated-dependencies: - dependency-name: org.immutables:value dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7294ce7..85160af 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { blockHoundVersion = "1.0.8.RELEASE" cfJavaClientVersion = "5.10.0.RELEASE" commonsTextVersion = "1.11.0" - immutablesVersion = "2.10.0" + immutablesVersion = "2.10.1" openServiceBrokerVersion = "4.1.0" springFrameworkVersion = "6.0.0" wiremockVersion = "3.3.1"