From 439608504e415186b15bbea3cb1895736be7ca5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:44:35 +0000 Subject: [PATCH] (2.5.x): Bump org.immutables:value from 2.11.3 to 2.11.7 Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.11.3 to 2.11.7. - [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.7 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 64061691..bd2d14bd 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.7" openServiceBrokerVersion = "4.5.0" wiremockVersion = "3.13.1" }