From 97904e4f263d37d73ff57af3d665e711adf9743b Mon Sep 17 00:00:00 2001 From: tudo-fsinfo/admin Bot <group_91_bot@example.com> Date: Tue, 19 Jul 2022 15:06:11 +0000 Subject: [PATCH] Update dependency org.apache.maven.plugins:maven-deploy-plugin to v3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f2c3883..096ba89 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.2</version> + <version>3.0.0</version> </plugin> <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> <plugin> -- GitLab