This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/master by this push:
new 0a317662 FLINK-30091 Update maven-shade-plugin version to 3.4.1
0a317662 is described below
commit 0a31766290c36a0c9033da3850146c684a90468d
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Mon Nov 21 08:32:42 2022 +0100
FLINK-30091 Update maven-shade-plugin version to 3.4.1
This closes #391
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aa7d0a24..46078c86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -791,7 +791,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.4.1</version>
</plugin>
<!-- configure scala style -->