This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 765cf8d79c Build: Bump org.immutables:value from 2.11.4 to 2.11.6
(#14301)
765cf8d79c is described below
commit 765cf8d79ce2c920f65301ef288b46a21a95f50e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 11 22:23:05 2025 -0700
Build: Bump org.immutables:value from 2.11.4 to 2.11.6 (#14301)
Bumps [org.immutables:value](https://github.com/immutables/immutables) 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
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 b53aa52c72..4f4df76797 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -54,7 +54,7 @@ guava = "33.5.0-jre"
hadoop3 = "3.4.2"
httpcomponents-httpclient5 = "5.5.1"
hive2 = { strictly = "2.3.10"} # see rich version usage explanation above
-immutables-value = "2.11.4"
+immutables-value = "2.11.6"
jackson-annotations = "2.20"
jackson-bom = "2.20.0"
jackson211 = { strictly = "2.11.4"} # see rich version usage explanation above