This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch release-1.20 in repository https://gitbox.apache.org/repos/asf/flink.git
commit baba6dcd93522076c2cc6ab9adaf2012c47573f5 Author: Sergey Nuyanzin <snuyan...@gmail.com> AuthorDate: Tue Oct 8 16:47:57 2024 +0200 [FLINK-20092] Bump maven-shade-plugin to 3.5.3 and maven-remote-resource-plugin to 3.2.0 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e75bd29db6d..611b596eac4 100644 --- a/pom.xml +++ b/pom.xml @@ -2297,7 +2297,13 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.5.1</version> + <version>3.5.3</version> + </plugin> + <!-- Pin the version of the maven remote resource plugin --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + <version>3.2.0</version> </plugin> <plugin>