From 8dfa47df0e97637baba7aa93197f4a5b46f91a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 04:02:29 +0000 Subject: [PATCH] Build: Bump org.immutables:value from 2.11.6 to 2.11.7 Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.11.6 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/compare/2.11.6...2.11.7) --- 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 35afdd6b1f94..e805c8c4759c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -54,7 +54,7 @@ guava = "33.5.0-jre" hadoop3 = "3.4.2" httpcomponents-httpclient5 = "5.5.1" hive2 = { strictly = "2.3.10"} # see rich version usage explanation above -immutables-value = "2.11.6" +immutables-value = "2.11.7" jackson-annotations = "2.20" jackson-bom = "2.20.1" jackson211 = { strictly = "2.11.4"} # see rich version usage explanation above