This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 2504c58108 Build: Bump org.immutables:value from 2.9.2 to 2.10.0
(#8736)
2504c58108 is described below
commit 2504c5810821f83061ec5688c2b6aee082085ecc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 9 12:32:39 2023 +0200
Build: Bump org.immutables:value from 2.9.2 to 2.10.0 (#8736)
Bumps [org.immutables:value](https://github.com/immutables/immutables) from
2.9.2 to 2.10.0.
- [Release notes](https://github.com/immutables/immutables/releases)
- [Commits](https://github.com/immutables/immutables/compare/2.9.2...2.10.0)
---
updated-dependencies:
- dependency-name: org.immutables:value
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 bb22c3f09d..cf3ce1ab97 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -29,7 +29,7 @@ hadoop3-client = "3.3.6"
httpcomponents-httpclient5 = "5.2.1"
hive2 = { strictly = "[2, 3[", prefer = "2.3.9"} # see rich version usage
explanation above
hive3 = "3.1.3"
-immutables-value = "2.9.2"
+immutables-value = "2.10.0"
jackson-annotations = "2.15.2"
jackson-bom = "2.14.2"
jackson-dataformat-xml = "2.9.9"