From 6d15bdd491cbaea73a60d79ca5a936ca3e6e8cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:58:00 +0000 Subject: [PATCH] chore(gradle): bump immutables from 2.11.4 to 2.11.6 Bumps `immutables` from 2.11.4 to 2.11.6. Updates `org.immutables:value` from 2.11.4 to 2.11.6 - [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.4...2.11.6) Updates `org.immutables:value-annotations` from 2.11.4 to 2.11.6 - [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.4...2.11.6) --- updated-dependencies: - dependency-name: org.immutables:value dependency-version: 2.11.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.immutables:value-annotations dependency-version: 2.11.6 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 e2a97ee28c7..0876a69a870 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.0" -immutables = "2.11.4" +immutables = "2.11.6" jackson = "2.20.0" jakarta-servlet = "6.0.0" jakarta-websocket = "2.1.1"