This is an automated email from the ASF dual-hosted git repository.
jerryshao pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new 95e48e14ca [Cherry-pick to branch-1.3] [#11480] fix(build): bump
slf4j-api to 2.0.17 to eliminate duplicate jars in distribution (#11484)
(#11507)
95e48e14ca is described below
commit 95e48e14ca6522b13b2006156274a9c3026daf04
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 9 11:36:53 2026 +0800
[Cherry-pick to branch-1.3] [#11480] fix(build): bump slf4j-api to 2.0.17
to eliminate duplicate jars in distribution (#11484) (#11507)
**Cherry-pick Information:**
- Original commit: a3fbbc906f7b3c50c398fb7b5772e9f46b054f20
- Target branch: `branch-1.3`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Qi Yu <[email protected]>
Co-authored-by: Claude Sonnet 4.6 <[email protected]>
---
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 0d9023129c..bd9a1d15ff 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -28,7 +28,7 @@ snakeyaml = "2.0"
gson = "2.11.0"
guava = "32.1.3-jre"
lombok = "1.18.20"
-slf4j = "2.0.16"
+slf4j = "2.0.17"
log4j = "2.25.4"
arrow = "18.3.0"
lance = "6.0.0"