This is an automated email from the ASF dual-hosted git repository.
russellspitzer 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 06ed235f97 Build: switch to slf4j-simple 2.x for test implementation
dependency because avro 1.12.0 brings in slf4j-api dependency to 2.x (#11001)
06ed235f97 is described below
commit 06ed235f9748465a8d85f8772f052bfe64b2f955
Author: Steven Zhen Wu <[email protected]>
AuthorDate: Tue Sep 17 09:13:30 2024 -0700
Build: switch to slf4j-simple 2.x for test implementation dependency
because avro 1.12.0 brings in slf4j-api dependency to 2.x (#11001)
---
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 c7e949fddc..ad5f0f4061 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -79,7 +79,7 @@ pig = "0.17.0"
roaringbitmap = "1.2.1"
s3mock-junit5 = "2.17.0"
scala-collection-compat = "2.12.0"
-slf4j = "1.7.36"
+slf4j = "2.0.16"
snowflake-jdbc = "3.18.0"
spark-hive33 = "3.3.4"
spark-hive34 = "3.4.3"