From d10f386214732ac319d83d977db30767c3453681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:20:03 +0000 Subject: [PATCH] (2.5.x): Bump org.immutables:value from 2.11.3 to 2.11.5 Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.11.3 to 2.11.5. - [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.11.3...2.11.5) --- updated-dependencies: - dependency-name: org.immutables:value dependency-version: 2.11.5 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..6241b2c8 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.5" openServiceBrokerVersion = "4.5.0" wiremockVersion = "3.13.1" }