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 0fc9d7dde3 Build: Bump
org.scala-lang.modules:scala-collection-compat_2.13 (#14303)
0fc9d7dde3 is described below
commit 0fc9d7dde33711200fab69a643a2f972d2c94235
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 11 22:20:16 2025 -0700
Build: Bump org.scala-lang.modules:scala-collection-compat_2.13 (#14303)
Bumps
[org.scala-lang.modules:scala-collection-compat_2.13](https://github.com/scala/scala-collection-compat)
from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/scala/scala-collection-compat/releases)
-
[Commits](https://github.com/scala/scala-collection-compat/compare/v2.13.0...v2.14.0)
---
updated-dependencies:
- dependency-name: org.scala-lang.modules:scala-collection-compat_2.13
dependency-version: 2.14.0
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 c20722dcb1..e13e6a82d7 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -80,7 +80,7 @@ object-client-bundle = "3.3.2"
orc = "1.9.7"
parquet = "1.16.0"
roaringbitmap = "1.3.0"
-scala-collection-compat = "2.13.0"
+scala-collection-compat = "2.14.0"
slf4j = "2.0.17"
snowflake-jdbc = "3.26.1"
spark34 = "3.4.4"