From 47eaa7ee14cc8749f38001e972c3fb0a510326ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 08:12:11 +0000 Subject: [PATCH] build(deps): bump immutables from 2.12.1 to 2.12.2 Bumps `immutables` from 2.12.1 to 2.12.2. Updates `org.immutables:value` from 2.12.1 to 2.12.2 - [Release notes](https://github.com/immutables/immutables/releases) - [Commits](https://github.com/immutables/immutables/compare/2.12.1...2.12.2) Updates `org.immutables:value-annotations` from 2.12.1 to 2.12.2 - [Release notes](https://github.com/immutables/immutables/releases) - [Commits](https://github.com/immutables/immutables/compare/2.12.1...2.12.2) --- updated-dependencies: - dependency-name: org.immutables:value dependency-version: 2.12.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.immutables:value-annotations dependency-version: 2.12.2 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 246610d2b..f9fde0162 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ graal = "25.0.2" graal-plugin = "1.1.0" gradle-extensions = "3.0.2" guava = "33.6.0-jre" -immutables = "2.12.1" +immutables = "2.12.2" jackson = "2.21.3" json-smart = "[2.5.2,)" jspecify = "1.0.0"