From 3f0670208123088ff65a7d6f38188bbc7dbe4115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:21:06 +0000 Subject: [PATCH] chore(gradle): bump immutables from 2.10.1 to 2.11.2 Bumps `immutables` from 2.10.1 to 2.11.2. Updates `org.immutables:value` from 2.10.1 to 2.11.2 - [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.10.1...2.11.2) Updates `org.immutables:value-annotations` from 2.10.1 to 2.11.2 - [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.10.1...2.11.2) --- updated-dependencies: - dependency-name: org.immutables:value dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.immutables:value-annotations dependency-version: 2.11.2 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 87aae22f5c5..c4dabfae6a3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ gwtJetty = "9.4.44.v20210927" hadoop = "3.4.1" hdrhistogram = "2.2.2" iceberg = "1.9.2" -immutables = "2.10.1" +immutables = "2.11.2" jackson = "2.19.2" jakarta-servlet = "6.0.0" jakarta-websocket = "2.1.1"