From 125f3f2d67f5399766df9d7eca19e5162515f6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:26:33 +0000 Subject: [PATCH] chore(gradle): bump immutables from 2.9.2 to 2.10.1 Bumps `immutables` from 2.9.2 to 2.10.1. Updates `org.immutables:value` from 2.9.2 to 2.10.1 - [Release notes](https://github.com/immutables/immutables/releases) - [Commits](https://github.com/immutables/immutables/compare/2.9.2...2.10.1) Updates `org.immutables:value-annotations` from 2.9.2 to 2.10.1 - [Release notes](https://github.com/immutables/immutables/releases) - [Commits](https://github.com/immutables/immutables/compare/2.9.2...2.10.1) --- updated-dependencies: - dependency-name: org.immutables:value dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.immutables:value-annotations 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 0a130cb8481..ad15c010dc9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ gwtJetty = "9.4.44.v20210927" hadoop = "3.4.0" hdrhistogram = "2.1.12" iceberg = "1.5.2" -immutables = "2.9.2" +immutables = "2.10.1" jackson = "2.17.0" jakarta-servlet = "5.0.0" jakarta-websocket = "2.0.0"