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