From a9b49812446bfb62d998959830a86d3bc32dfa70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 15:31:15 +0000 Subject: [PATCH] chore(gradle): bump immutables from 2.11.6 to 2.12.0 Bumps `immutables` from 2.11.6 to 2.12.0. Updates `org.immutables:value` from 2.11.6 to 2.12.0 - [Release notes](https://github.com/immutables/immutables/releases) - [Commits](https://github.com/immutables/immutables/compare/2.11.6...2.12.0) Updates `org.immutables:value-annotations` from 2.11.6 to 2.12.0 - [Release notes](https://github.com/immutables/immutables/releases) - [Commits](https://github.com/immutables/immutables/compare/2.11.6...2.12.0) --- updated-dependencies: - dependency-name: org.immutables:value dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.immutables:value-annotations dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 70aab2ea253..e9a2161c192 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -46,7 +46,7 @@ gwtJetty = "9.4.44.v20210927" hadoop = "3.4.1" hdrhistogram = "2.2.2" iceberg = "1.10.1" -immutables = "2.11.6" +immutables = "2.12.0" jackson = "2.20.1" jakarta-servlet = "6.0.0" jakarta-websocket = "2.1.1"