This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new dc4a211bd [AMORO-4027] Bump shade plugin to fix compilation failure on
JDK 17 (#4028)
dc4a211bd is described below
commit dc4a211bd8e35d65d0b6cb085207fe8dfe6d532d
Author: leosanqing <[email protected]>
AuthorDate: Mon Jan 5 10:55:26 2026 +0800
[AMORO-4027] Bump shade plugin to fix compilation failure on JDK 17 (#4028)
(cherry picked from commit 83e5272a8cefd3e2d010ffe00245b24a77eba6cc)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 452e1548a..26f2c7d4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
<maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
- <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
+ <maven-shade-plugin.version>3.6.1</maven-shade-plugin.version>
<maven-scala-plugin.version>4.8.1</maven-scala-plugin.version>
<maven-antlr4-plugin.version>4.3</maven-antlr4-plugin.version>
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>