From 7c3b0767a7c09297439b3cf209e36532c73bf9b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 15:23:11 +0000 Subject: [PATCH] chore(gradle): bump immutables from 2.11.3 to 2.11.4 Bumps `immutables` from 2.11.3 to 2.11.4. Updates `org.immutables:value` from 2.11.3 to 2.11.4 - [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.3...2.11.4) Updates `org.immutables:value-annotations` from 2.11.3 to 2.11.4 - [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.3...2.11.4) --- updated-dependencies: - dependency-name: org.immutables:value dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.immutables:value-annotations dependency-version: 2.11.4 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..c4d8dcdf505 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.5" jackson = "2.20.0" jakarta-servlet = "6.0.0" jakarta-websocket = "2.1.1"