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 2245a81af1 Build: Bump slf4j from 2.0.17 to 2.0.18 (#16553)
2245a81af1 is described below
commit 2245a81af168e6b9d2ee51c49ecec8b4c8c0a876
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 24 10:30:27 2026 -0700
Build: Bump slf4j from 2.0.17 to 2.0.18 (#16553)
Bumps `slf4j` from 2.0.17 to 2.0.18.
Updates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.18
Updates `org.slf4j:slf4j-simple` from 2.0.17 to 2.0.18
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-version: 2.0.18
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-simple
dependency-version: 2.0.18
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 55e9af9450..92e5d4a831 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -84,7 +84,7 @@ orc = "1.9.8"
parquet = "1.17.1"
roaringbitmap = "1.6.14"
scala-collection-compat = "2.14.0"
-slf4j = "2.0.17"
+slf4j = "2.0.18"
snowflake-jdbc = "3.28.0"
spark35 = "3.5.8"
spark40 = "4.0.2"