From 1fd9d13afc116c582cd8cda2b1852c46f0da8e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:30:45 +0000 Subject: [PATCH] (1.6.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 ede4f051..bf886f82 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ buildscript { cfJavaClientVersion = "5.10.0.RELEASE" checkstyleVersion = "8.37" commonsTextVersion = "1.11.0" - immutablesVersion = "2.10.0" + immutablesVersion = "2.10.1" openServiceBrokerVersion = "3.6.1" pmdVersion = "6.29.0" springCredhubVersion = "2.3.0"