This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 895755f62 [KYUUBI #6543] Bump Kyuubi Shaded 0.4.1
895755f62 is described below
commit 895755f620739ea0d041b191c50f89b853a45163
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Jul 22 11:55:39 2024 +0800
[KYUUBI #6543] Bump Kyuubi Shaded 0.4.1
# :mag: Description
Bump Kyuubi Shaded 0.4.1
The only change is #6496
## Types of changes :bookmark:
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
Pass GHA.
---
# Checklist ๐
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6543 from pan3793/shaded-041.
Closes #6543
3b674af95 [Cheng Pan] Remove staging repo
cae175517 [Cheng Pan] fix
549310067 [Cheng Pan] Bump Kyuubi Shaded 0.4.1
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1d055ad84..e44a8e48a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
<junit.version>4.13.2</junit.version>
<kafka.version>3.5.2</kafka.version>
<kubernetes-client.version>6.13.1</kubernetes-client.version>
- <kyuubi-relocated.version>0.4.0</kyuubi-relocated.version>
+ <kyuubi-relocated.version>0.4.1</kyuubi-relocated.version>
<kyuubi-relocated-zookeeper.artifacts>kyuubi-relocated-zookeeper-34</kyuubi-relocated-zookeeper.artifacts>
<ldapsdk.version>6.0.5</ldapsdk.version>
<log4j.version>2.20.0</log4j.version>