From 2ff1686eeda63905bc1809a5a923cce5713f2445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:16:30 +0000 Subject: [PATCH] (2.4.x): Bump org.immutables:value from 2.11.3 to 2.11.4 Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.11.3 to 2.11.4. - [Release notes](https://github.com/immutables/immutables/releases) - [Changelog](https://github.com/immutables/immutables/blob/master/jreleaser.yml) - [Commits](https://github.com/immutables/immutables/commits) --- updated-dependencies: - dependency-name: org.immutables:value dependency-version: 2.11.4 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 02a10311..6b7bddc7 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { blockHoundVersion = "1.0.14.RELEASE" cfJavaClientVersion = "5.14.0.RELEASE" commonsTextVersion = "1.14.0" - immutablesVersion = "2.11.3" + immutablesVersion = "2.11.4" openServiceBrokerVersion = "4.4.2" wiremockVersion = "3.13.1" }