From 339f3162aa846bbe76868bc7242463baf7bde21b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 18:06:20 +0000 Subject: [PATCH] (2.2.x): Bump org.immutables:value from 2.10.1 to 2.11.1 Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.10.1 to 2.11.1. - [Release notes](https://github.com/immutables/immutables/releases) - [Changelog](https://github.com/immutables/immutables/blob/master/jreleaser.yml) - [Commits](https://github.com/immutables/immutables/compare/2.10.1...2.11.1) --- updated-dependencies: - dependency-name: org.immutables:value dependency-version: 2.11.1 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 e05abb15..65e6e65e 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { blockHoundVersion = "1.0.13.RELEASE" cfJavaClientVersion = "5.14.0.RELEASE" commonsTextVersion = "1.13.1" - immutablesVersion = "2.10.1" + immutablesVersion = "2.11.1" openServiceBrokerVersion = "4.2.0" wiremockVersion = "3.13.0" }