This is an automated email from the ASF dual-hosted git repository.
wombatukun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new f55aaa2d3853 [MINOR] Bump maven shade plugin version (#12672)
f55aaa2d3853 is described below
commit f55aaa2d3853d45ef627991e446032a3dea3c631
Author: Shawn Chang <[email protected]>
AuthorDate: Sun Jan 19 18:13:48 2025 -0800
[MINOR] Bump maven shade plugin version (#12672)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cc0a130eb3a6..0804f10fecdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
- <maven-shade-plugin.version>3.4.0</maven-shade-plugin.version>
+ <maven-shade-plugin.version>3.5.1</maven-shade-plugin.version>
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<maven-deploy-plugin.version>2.4</maven-deploy-plugin.version>