This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new e68411a289e [FLINK-33456] Upgrade maven-shade-plugin to 3.5.1
e68411a289e is described below

commit e68411a289e35633dd0e69284a07af75b21db02e
Author: Sergey Nuyanzin <snuyan...@gmail.com>
AuthorDate: Mon Nov 20 23:00:49 2023 +0100

    [FLINK-33456] Upgrade maven-shade-plugin to 3.5.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a6f028c568..430def916a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2209,7 +2209,7 @@ under the License.
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-shade-plugin</artifactId>
-                                       <version>3.4.1</version>
+                                       <version>3.5.1</version>
                                </plugin>
 
                                <plugin>

Reply via email to