This is an automated email from the ASF dual-hosted git repository.
fokko 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 bdd6225b62 Build: Bump io.delta:delta-standalone_2.12 from 3.1.0 to
3.2.0 (#10321)
bdd6225b62 is described below
commit bdd6225b6296c7fb10e396494f6735b72faf4feb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 12 06:14:20 2024 -0700
Build: Bump io.delta:delta-standalone_2.12 from 3.1.0 to 3.2.0 (#10321)
Bumps [io.delta:delta-standalone_2.12](https://github.com/delta-io/delta)
from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/delta-io/delta/releases)
- [Commits](https://github.com/delta-io/delta/compare/v3.1.0...v3.2.0)
---
updated-dependencies:
- dependency-name: io.delta:delta-standalone_2.12
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 564fc773b2..21c4c57b07 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -34,7 +34,7 @@ awssdk-s3accessgrants = "2.0.0"
caffeine = "2.9.3"
calcite = "1.10.0"
datasketches = "6.0.0"
-delta-standalone = "3.1.0"
+delta-standalone = "3.2.0"
delta-spark = "3.2.0"
esotericsoftware-kryo = "4.0.3"
errorprone-annotations = "2.28.0"